Skip to content

Commit 8ee39cf

Browse files
committed
fix(build): bump python core to avoid CVE
Signed-off-by: Phil Adams <[email protected]>
1 parent 944984a commit 8ee39cf

8 files changed

+13
-13
lines changed

ibm_platform_services/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
"""
16-
This package provides a client library for accessing the IBM Cloud Platform Services.
16+
This package provides a client library for accessing the IBM Cloud Platform Services.
1717
"""
1818

1919
from ibm_cloud_sdk_core import IAMTokenManager, DetailedResponse, BaseService, ApiException

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
keywords=["ibm", "cloud", "ibm cloud services", "ibm cloud platform services"]
2828
dependencies = [
29-
"ibm_cloud_sdk_core>=3.24.1,<4.0.0",
29+
"ibm_cloud_sdk_core>=3.24.2,<4.0.0",
3030
]
3131

3232
[project.urls]
@@ -39,12 +39,12 @@ License = "https://github.com/IBM/platform-services-python-sdk/blob/main/LICENSE
3939

4040
[project.optional-dependencies]
4141
dev = [
42-
"coverage>=7.3.2,<8.0.0",
43-
"pylint>=3.0.0,<4.0.0",
44-
"pytest>=7.4.2,<8.0.0",
42+
"coverage>=7.9.0,<8.0.0",
43+
"pylint>=3.3.7,<4.0.0",
44+
"pytest>=7.4.4,<8.0.0",
4545
"pytest-cov>=4.1.0,<5.0.0",
46-
"responses>=0.23.3,<1.0.0",
47-
"black>=24.0.0,<25.0.0",
46+
"responses>=0.25.7,<1.0.0",
47+
"black>=25.0.0,<26.0.0",
4848
]
4949
publish = [
5050
"build",

test/integration/test_case_management_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
'''
17-
This class contains an integration test for the Case Management service.
17+
This class contains an integration test for the Case Management service.
1818
'''
1919

2020
import pytest

test/integration/test_iam_policy_management_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
"""
18-
This class contains an integration test for the IAM Policy Management service.
18+
This class contains an integration test for the IAM Policy Management service.
1919
"""
2020

2121
import pytest

test/integration/test_open_service_broker_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
"""
18-
This class contains an integration test for the Open Service Broker service.
18+
This class contains an integration test for the Open Service Broker service.
1919
"""
2020

2121
import pytest

test/integration/test_resource_controller_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
"""
18-
This class contains an integration test for the Resource Controller service.
18+
This class contains an integration test for the Resource Controller service.
1919
"""
2020

2121
import pytest

test/integration/test_resource_manager_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
"""
18-
This class contains an integration test for Resource Manager service.
18+
This class contains an integration test for Resource Manager service.
1919
"""
2020

2121
import pytest

test/integration/test_user_management_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
"""
16-
This class contains an integration test for User Management service.
16+
This class contains an integration test for User Management service.
1717
"""
1818

1919
import os

0 commit comments

Comments
 (0)