diff --git a/tools/pyproject.toml b/tools/pyproject.toml index eb25113be..2688397ce 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "at_server_tools"}] [tool.poetry.dependencies] python = "^3.8" -requests = "2.32.1" +requests = "2.32.2" dnspython = "2.6.1"