From 49372003645c072ae2aff575742f768415e61a37 Mon Sep 17 00:00:00 2001 From: Daniel Neilson <53624638+ddneilson@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:15:33 -0500 Subject: [PATCH] chore(deps): update requests and types-requests to 2.32 (#456) Signed-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com> --- pyproject.toml | 2 +- requirements-testing.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 48ae3638..d5e6abd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "psutil >= 5.9,< 7.0", "pydantic ~= 1.10.0", "pywin32 == 306; platform_system == 'Windows'", - "requests == 2.31.*", + "requests == 2.32.*", ] requires-python = ">=3.9" description = "The AWS Deadline Cloud worker agent can be used to run a worker in an AWS Deadline Cloud fleet" diff --git a/requirements-testing.txt b/requirements-testing.txt index 564f972b..3f2391b6 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -11,7 +11,8 @@ black[jupyter] ~= 24.10 rich == 13.7.* types-python-dateutil ~= 2.9 mypy ~= 1.13 -types-requests ~= 2.31 +types-requests ~= 2.31; python_version < "3.10" +types-requests ~= 2.32; python_version >= "3.10" ruff ~= 0.5.1 twine ~= 5.1 types-psutil ~= 5.9 \ No newline at end of file