Skip to content

Commit 91b6f49

Browse files
committed
Bumping dev dependencies versions.
1 parent 57bed0a commit 91b6f49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ awscli>=1.18.0,<2.0.0
22
isort==5.5.4
33
black==19.10b0
44
pylint==2.6.0
5-
flake8==3.8.3
5+
flake8==3.8.4
66
mypy==0.782
77
pydocstyle==5.1.1
88
doc8==0.8.1
99
tox==3.20.0
10-
pytest==6.1.0
10+
pytest==6.1.1
1111
pytest-cov==2.10.1
1212
pytest-xdist==2.1.0
1313
pytest-timeout==1.4.2
14-
cfn-lint==0.37.0
14+
cfn-lint==0.37.1
1515
cfn-flip==1.2.3
1616
twine==3.2.0
1717
sphinx==3.2.1

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist = py{36,37,38}
44
[testenv]
55
passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
66
deps =
7-
pytest==6.1.0
7+
pytest==6.1.1
88
pytest-xdist==2.1.0
99
pytest-timeout==1.4.2
1010
moto==1.3.16

0 commit comments

Comments
 (0)