Skip to content

Commit 74b7768

Browse files
committed
fix(build): update dependencies to avoid vulnerabilities
1 parent f3edefc commit 74b7768

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# test dependencies
22
jproperties
3-
pytest>=2.8.2
3+
pytest>=5.0
44
responses>=0.10
5-
python_dotenv>=0.1.5
5+
python-dotenv>=0.1.5
66
pylint>=1.4.4
77
tox>=2.9.1
88
couchdb>=1.2
99

1010
# code coverage
1111
coverage<5
12-
codecov>=1.6.3
13-
pytest-cov>=2.2.1
12+
codecov>=1.6.3,<3.0.0
13+
pytest-cov>=2.2.1,<3.0.0
1414

1515
# documentation
1616
recommonmark>=0.2.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests>=2.24.0,<3.0
2-
python_dateutil>=2.5.3
3-
ibm_cloud_sdk_core>=3.3.1,<4.0.0
2+
python_dateutil>=2.5.3,<3.0.0
3+
ibm_cloud_sdk_core>=3.3.4,<4.0.0

0 commit comments

Comments
 (0)