We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79c09e commit 7b5f21bCopy full SHA for 7b5f21b
pyproject.toml
@@ -26,10 +26,10 @@ classifiers = [
26
]
27
keywords=["ibm", "cloud", "ibm cloud services"]
28
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",
+ "requests>=2.32.4,<3.0.0",
+ "urllib3>=2.4.0,<3.0.0",
+ "python_dateutil>=2.9.0,<3.0.0",
+ "PyJWT>=2.10.1,<3.0.0",
33
34
35
[project.urls]
@@ -42,12 +42,12 @@ License = "https://github.com/IBM/python-sdk-core/blob/main/LICENSE"
42
43
[project.optional-dependencies]
44
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",
+ "coverage>=7.9.0,<8.0.0",
+ "pylint>=3.3.7,<4.0.0",
+ "pytest>=7.4.4,<8.0.0",
48
"pytest-cov>=4.1.0,<5.0.0",
49
- "responses>=0.23.3,<1.0.0",
50
- "black>=24.0.0,<25.0.0",
+ "responses>=0.25.7,<1.0.0",
+ "black>=25.0.0,<26.0.0",
51
52
publish = [
53
"build",
0 commit comments