Skip to content

Commit dae81f3

Browse files
committed
upgrade requests to ^2.33.0
1 parent e201a35 commit dae81f3

3 files changed

Lines changed: 31 additions & 4 deletions

File tree

poetry.lock

Lines changed: 26 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ urllib3 = [
4242
{version = "^2.6.3", python = ">=3.10"},
4343
]
4444
botocore = { version = "^1.34.0", optional = true }
45-
requests = { version ="^2.22.0", optional = true }
45+
requests = [
46+
{ version = "^2.22.0", optional = true, python = ">=3.8,<3.10" },
47+
{ version = "^2.33.0", optional = true, python = ">=3.10" },
48+
]
4649
pytest = [
4750
{ version = "^8.3.4", optional = true, python = ">=3.8,<3.10" },
4851
{ version = "^9.0.3", optional = true, python = ">=3.10" },

tests/integration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
certifi==2024.12.14
22
charset-normalizer==3.4.1
33
idna==3.10
4-
requests==2.32.4
4+
requests==2.33.0

0 commit comments

Comments
 (0)