From 0c5eebd4e9b448ae116c9d56d1b36fa75d831752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 00:25:44 +0000 Subject: [PATCH] build(deps): update ruamel-yaml requirement in /tools Updates the requirements on [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- tools/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pyproject.toml b/tools/pyproject.toml index bf0750944..77cf63d59 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "at_server_tools"}] [tool.poetry.dependencies] python = "^3.8" -"ruamel.yaml" = "0.17.34" +"ruamel.yaml" = "0.17.35" requests = "2.31.0" dnspython = "2.4.2"