From 7eb87f975c1758973c5b0a18226e511822d3302d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:09:45 +0000 Subject: [PATCH] build(deps): Bump ibm-cloud-sdk-core from 3.25.0 to 3.26.0 Bumps [ibm-cloud-sdk-core](https://github.com/IBM/python-sdk-core) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/IBM/python-sdk-core/releases) - [Changelog](https://github.com/IBM/python-sdk-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/IBM/python-sdk-core/compare/v3.25.0...v3.26.0) --- updated-dependencies: - dependency-name: ibm-cloud-sdk-core dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b57d3830..be1e36c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "ibmcloudant" version = "0.11.9" description = "Python client library for IBM Cloudant" dependencies = [ - "ibm_cloud_sdk_core==3.25.0", + "ibm_cloud_sdk_core==3.26.0", "requests>=2.32.4,<3.0.0", "python_dateutil>=2.5.3,<3.0.0", "PyJWT>=2.0.1,<3.0.0",