Skip to content

Commit 5ca2974

Browse files
committed
Bumping dependencies versions.
1 parent cfe558e commit 5ca2974

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
awscli>=1.18.0,<2.0.0
22
black~=19.3b0
33
pylint~=2.5.2
4-
flake8~=3.8.1
4+
flake8~=3.8.2
55
mypy~=0.770
66
isort~=4.3.21
77
pydocstyle~=5.0.2
88
doc8~=0.8.0
9-
tox~=3.15.0
9+
tox~=3.15.1
1010
pytest~=5.4.2
11-
pytest-cov~=2.8.1
11+
pytest-cov~=2.9.0
1212
pytest-xdist~=1.32.0
1313
pytest-timeout~=1.3.4
1414
scikit-learn~=0.23.1
15-
cfn-lint~=0.32.0
15+
cfn-lint~=0.32.1
1616
cfn-flip~=1.2.3
1717
twine~=3.1.1
1818
wheel~=0.34.2
19-
sphinx~=3.0.3
19+
sphinx~=3.0.4
2020
sphinx_bootstrap_theme~=0.7.1
2121
moto~=1.3.14
22-
jupyterlab~=2.1.2
22+
jupyterlab~=2.1.3

requirements.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
set -ex
33

44
pip install --upgrade pip
5-
pip install -r requirements-dev.txt
6-
pip install -e .
5+
pip install --upgrade -r requirements-dev.txt
6+
pip install --upgrade -e .

0 commit comments

Comments
 (0)