Skip to content

Commit 7b5f21b

Browse files
committed
fix(build): bump requests to avoid CVE-2024-47081
Signed-off-by: Phil Adams <[email protected]>
1 parent f79c09e commit 7b5f21b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ classifiers = [
2626
]
2727
keywords=["ibm", "cloud", "ibm cloud services"]
2828
dependencies = [
29-
"requests>=2.31.0,<3.0.0",
30-
"urllib3>=2.1.0,<3.0.0",
31-
"python_dateutil>=2.8.2,<3.0.0",
32-
"PyJWT>=2.8.0,<3.0.0",
29+
"requests>=2.32.4,<3.0.0",
30+
"urllib3>=2.4.0,<3.0.0",
31+
"python_dateutil>=2.9.0,<3.0.0",
32+
"PyJWT>=2.10.1,<3.0.0",
3333
]
3434

3535
[project.urls]
@@ -42,12 +42,12 @@ License = "https://github.com/IBM/python-sdk-core/blob/main/LICENSE"
4242

4343
[project.optional-dependencies]
4444
dev = [
45-
"coverage>=7.3.2,<8.0.0",
46-
"pylint>=3.0.0,<4.0.0",
47-
"pytest>=7.4.2,<8.0.0",
45+
"coverage>=7.9.0,<8.0.0",
46+
"pylint>=3.3.7,<4.0.0",
47+
"pytest>=7.4.4,<8.0.0",
4848
"pytest-cov>=4.1.0,<5.0.0",
49-
"responses>=0.23.3,<1.0.0",
50-
"black>=24.0.0,<25.0.0",
49+
"responses>=0.25.7,<1.0.0",
50+
"black>=25.0.0,<26.0.0",
5151
]
5252
publish = [
5353
"build",

0 commit comments

Comments
 (0)