Skip to content

Commit 0eeac80

Browse files
committed
[skip ci] - Upgrading requirements libraries
1 parent 8fb6e94 commit 0eeac80

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
wheel==0.36.2
22
isort==5.8.0
3-
black==21.5b1
4-
pylint==2.8.2
3+
black==21.5b2
4+
pylint==2.8.3
55
flake8==3.9.2
66
mypy==0.812
77
pydocstyle==6.1.1
88
doc8==0.8.1
99
tox==3.23.1
1010
pytest==6.2.4
11-
pytest-cov==2.12.0
12-
pytest-rerunfailures==9.1.1
11+
pytest-cov==2.12.1
12+
pytest-rerunfailures==10.0
1313
pytest-xdist==2.2.1
1414
pytest-timeout==1.4.2
1515
cfn-lint==0.49.2
@@ -18,7 +18,7 @@ cfn-flip==1.2.3
1818
twine==3.4.1
1919
sphinx==4.0.2
2020
sphinx_bootstrap_theme==0.7.1
21-
nbsphinx==0.8.5
21+
nbsphinx==0.8.6
2222
nbsphinx-link==1.3.0
2323
IPython~=7.16
2424
moto==2.0.8

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
boto3>=1.12.49,<2.0.0
2-
botocore>=1.15.49,<2.0.0
1+
boto3>=1.16.8,<2.0.0
2+
botocore>=1.19.8,<2.0.0
33
numpy>=1.18.0,<1.21.0
44
pandas>=1.1.0,<1.3.0
55
pyarrow>=2.0.0,<4.1.0

0 commit comments

Comments
 (0)