Skip to content

Commit 383c62a

Browse files
dependabot[bot]Veronika Matyus
and
Veronika Matyus
authored
build(deps): Bump ibm-cloud-sdk-core from 3.10.1 to 3.11.0 (#130)
* build(deps): Bump ibm-cloud-sdk-core from 3.10.1 to 3.11.0 Bumps [ibm-cloud-sdk-core](https://github.com/IBM/python-sdk-core) from 3.10.1 to 3.11.0. - [Release notes](https://github.com/IBM/python-sdk-core/releases) - [Changelog](https://github.com/IBM/python-sdk-core/blob/main/CHANGELOG.md) - [Commits](IBM/python-sdk-core@v3.10.1...v3.11.0) --- updated-dependencies: - dependency-name: ibm-cloud-sdk-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix(COUCHDB_SESSION_AUTH): Update path to TokenManager Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Veronika Matyus <[email protected]>
1 parent 58fe375 commit 383c62a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ibmcloudant/couchdb_session_token_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"""
1717
Module for managing session authentication token
1818
"""
19-
from ibm_cloud_sdk_core.token_manager import TokenManager
19+
from ibm_cloud_sdk_core.token_managers.token_manager import TokenManager
2020

2121

2222
class CouchDbSessionTokenManager(TokenManager):

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ jproperties
22
requests>=2.0,<3.0
33
python_dateutil>=2.5.3
44
websocket-client==1.1.1
5-
ibm_cloud_sdk_core==3.10.1
5+
ibm_cloud_sdk_core==3.11.0

0 commit comments

Comments
 (0)