Skip to content

Commit

Permalink
chore(deps): update requests and types-requests to 2.32 (#456)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Neilson <[email protected]>
  • Loading branch information
ddneilson authored Oct 29, 2024
1 parent 91c25c1 commit 4937200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4937200

Please sign in to comment.