diff --git a/ibm_platform_services/__init__.py b/ibm_platform_services/__init__.py index 7f3df5e..b94687c 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 ffbe856..bb5df56 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 f820b5f..28ec48e 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 bea8257..5a762fc 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 c2e33e5..aa76a83 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 86ce504..4792c7e 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 045a2bc..7ca61db 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 47d1bd1..c4df6ba 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