Skip to content

Commit 03a3509

Browse files
committed
fix: loading creds from top level directory
1 parent 7435fa5 commit 03a3509

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python_dotenv>=0.1.5;python_version!='3.2'
55
pylint>=1.4.4
66
tox>=2.9.1
77
pytest-rerunfailures>=3.1
8-
ibm_cloud_sdk_core==1.5.1
8+
ibm_cloud_sdk_core==1.7.3
99

1010
# code coverage
1111
coverage<5

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
requests>=2.0,<3.0
22
python_dateutil>=2.5.3
33
websocket-client==0.48.0
4-
ibm_cloud_sdk_core==1.5.1
4+
ibm_cloud_sdk_core==1.7.3

0 commit comments

Comments
 (0)