We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3edefc commit 74b7768Copy full SHA for 74b7768
requirements-dev.txt
@@ -1,16 +1,16 @@
1
# test dependencies
2
jproperties
3
-pytest>=2.8.2
+pytest>=5.0
4
responses>=0.10
5
-python_dotenv>=0.1.5
+python-dotenv>=0.1.5
6
pylint>=1.4.4
7
tox>=2.9.1
8
couchdb>=1.2
9
10
# code coverage
11
coverage<5
12
-codecov>=1.6.3
13
-pytest-cov>=2.2.1
+codecov>=1.6.3,<3.0.0
+pytest-cov>=2.2.1,<3.0.0
14
15
# documentation
16
recommonmark>=0.2.0
requirements.txt
@@ -1,3 +1,3 @@
requests>=2.24.0,<3.0
-python_dateutil>=2.5.3
-ibm_cloud_sdk_core>=3.3.1,<4.0.0
+python_dateutil>=2.5.3,<3.0.0
+ibm_cloud_sdk_core>=3.3.4,<4.0.0
0 commit comments