Skip to content

Commit 4937200

Browse files
authored
chore(deps): update requests and types-requests to 2.32 (#456)
Signed-off-by: Daniel Neilson <[email protected]>
1 parent 91c25c1 commit 4937200

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"psutil >= 5.9,< 7.0",
2222
"pydantic ~= 1.10.0",
2323
"pywin32 == 306; platform_system == 'Windows'",
24-
"requests == 2.31.*",
24+
"requests == 2.32.*",
2525
]
2626
requires-python = ">=3.9"
2727
description = "The AWS Deadline Cloud worker agent can be used to run a worker in an AWS Deadline Cloud fleet"

requirements-testing.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ black[jupyter] ~= 24.10
1111
rich == 13.7.*
1212
types-python-dateutil ~= 2.9
1313
mypy ~= 1.13
14-
types-requests ~= 2.31
14+
types-requests ~= 2.31; python_version < "3.10"
15+
types-requests ~= 2.32; python_version >= "3.10"
1516
ruff ~= 0.5.1
1617
twine ~= 5.1
1718
types-psutil ~= 5.9

0 commit comments

Comments
 (0)