Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ibm_platform_services/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/integration/test_case_management_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/integration/test_iam_policy_management_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/integration/test_open_service_broker_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/integration/test_resource_controller_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/integration/test_resource_manager_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/integration/test_user_management_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down