From d497b93fa7cce008d4ecdf31b808f695fe79992a Mon Sep 17 00:00:00 2001 From: Phil Adams Date: Thu, 12 Jun 2025 11:08:04 -0500 Subject: [PATCH] fix(build): bump python core to avoid CVE Signed-off-by: Phil Adams --- ibm_platform_services/__init__.py | 2 +- pyproject.toml | 12 ++++++------ test/integration/test_case_management_v1.py | 2 +- test/integration/test_iam_policy_management_v1.py | 2 +- test/integration/test_open_service_broker_v1.py | 2 +- test/integration/test_resource_controller_v2.py | 2 +- test/integration/test_resource_manager_v2.py | 2 +- test/integration/test_user_management_v1.py | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ibm_platform_services/__init__.py b/ibm_platform_services/__init__.py index 7f3df5e5..b94687ca 100644 --- a/ibm_platform_services/__init__.py +++ b/ibm_platform_services/__init__.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. """ - This package provides a client library for accessing the IBM Cloud Platform Services. +This package provides a client library for accessing the IBM Cloud Platform Services. """ from ibm_cloud_sdk_core import IAMTokenManager, DetailedResponse, BaseService, ApiException diff --git a/pyproject.toml b/pyproject.toml index ffbe856c..bb5df56e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] keywords=["ibm", "cloud", "ibm cloud services", "ibm cloud platform services"] dependencies = [ - "ibm_cloud_sdk_core>=3.24.1,<4.0.0", + "ibm_cloud_sdk_core>=3.24.2,<4.0.0", ] [project.urls] @@ -39,12 +39,12 @@ License = "https://github.com/IBM/platform-services-python-sdk/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", diff --git a/test/integration/test_case_management_v1.py b/test/integration/test_case_management_v1.py index f820b5fc..28ec48e7 100644 --- a/test/integration/test_case_management_v1.py +++ b/test/integration/test_case_management_v1.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. ''' - This class contains an integration test for the Case Management service. +This class contains an integration test for the Case Management service. ''' import pytest diff --git a/test/integration/test_iam_policy_management_v1.py b/test/integration/test_iam_policy_management_v1.py index bea8257c..5a762fcf 100644 --- a/test/integration/test_iam_policy_management_v1.py +++ b/test/integration/test_iam_policy_management_v1.py @@ -15,7 +15,7 @@ # limitations under the License. """ - This class contains an integration test for the IAM Policy Management service. +This class contains an integration test for the IAM Policy Management service. """ import pytest diff --git a/test/integration/test_open_service_broker_v1.py b/test/integration/test_open_service_broker_v1.py index c2e33e56..aa76a833 100644 --- a/test/integration/test_open_service_broker_v1.py +++ b/test/integration/test_open_service_broker_v1.py @@ -15,7 +15,7 @@ # limitations under the License. """ - This class contains an integration test for the Open Service Broker service. +This class contains an integration test for the Open Service Broker service. """ import pytest diff --git a/test/integration/test_resource_controller_v2.py b/test/integration/test_resource_controller_v2.py index 86ce504b..4792c7e9 100644 --- a/test/integration/test_resource_controller_v2.py +++ b/test/integration/test_resource_controller_v2.py @@ -15,7 +15,7 @@ # limitations under the License. """ - This class contains an integration test for the Resource Controller service. +This class contains an integration test for the Resource Controller service. """ import pytest diff --git a/test/integration/test_resource_manager_v2.py b/test/integration/test_resource_manager_v2.py index 045a2bcd..7ca61dbf 100644 --- a/test/integration/test_resource_manager_v2.py +++ b/test/integration/test_resource_manager_v2.py @@ -15,7 +15,7 @@ # limitations under the License. """ - This class contains an integration test for Resource Manager service. +This class contains an integration test for Resource Manager service. """ import pytest diff --git a/test/integration/test_user_management_v1.py b/test/integration/test_user_management_v1.py index 47d1bd1e..c4df6ba9 100644 --- a/test/integration/test_user_management_v1.py +++ b/test/integration/test_user_management_v1.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. """ - This class contains an integration test for User Management service. +This class contains an integration test for User Management service. """ import os