Skip to content

Commit e0512dd

Browse files
committed
Bumping dev dependencies.
1 parent d5bf86f commit e0512dd

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

requirements-dev.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
wheel==0.36.2
22
isort==5.7.0
33
black==20.8b1
4-
pylint==2.6.0
4+
pylint==2.6.2
55
flake8==3.8.4
6-
mypy==0.800
6+
mypy==0.812
77
pydocstyle==5.1.1
88
doc8==0.8.1
9-
tox==3.21.4
9+
tox==3.22.4
1010
pytest==6.2.2
1111
pytest-cov==2.11.1
12-
pytest-xdist==2.2.0
12+
pytest-xdist==2.2.1
1313
pytest-timeout==1.4.2
14-
cfn-lint==0.44.7
15-
pydot==1.4.1
14+
cfn-lint==0.45.0
15+
pydot==1.4.2
1616
cfn-flip==1.2.3
1717
twine==3.3.0
18-
sphinx==3.4.3
18+
sphinx==3.5.1
1919
sphinx_bootstrap_theme==0.7.1
2020
moto==1.3.16
21-
jupyterlab==3.0.7
21+
jupyterlab==3.0.8
2222
s3fs==0.4.2
2323
python-Levenshtein==0.12.2
2424
-e .[sqlserver]

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
sphinx==3.4.3
1+
sphinx==3.5.1
22
sphinx_bootstrap_theme==0.7.1
33
-e .

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
66
deps =
77
.[sqlserver]
88
pytest==6.2.2
9-
pytest-xdist==2.2.0
9+
pytest-xdist==2.2.1
1010
pytest-timeout==1.4.2
1111
moto==1.3.16
1212
s3fs==0.4.2

0 commit comments

Comments
 (0)