diff --git a/pyproject.toml b/pyproject.toml index 89f0669..637776f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,10 +26,10 @@ classifiers = [ ] keywords=["ibm", "cloud", "ibm cloud services"] dependencies = [ - "requests>=2.31.0,<3.0.0", - "urllib3>=2.1.0,<3.0.0", - "python_dateutil>=2.8.2,<3.0.0", - "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", ] [project.urls] @@ -42,12 +42,12 @@ License = "https://github.com/IBM/python-sdk-core/blob/main/LICENSE" [project.optional-dependencies] dev = [ - "coverage>=7.3.2,<8.0.0", - "pylint>=3.0.0,<4.0.0", - "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", "pytest-cov>=4.1.0,<5.0.0", - "responses>=0.23.3,<1.0.0", - "black>=24.0.0,<25.0.0", + "responses>=0.25.7,<1.0.0", + "black>=25.0.0,<26.0.0", ] publish = [ "build",