Skip to content

Commit dc4b72e

Browse files
authored
Bump dev dependencies (#720)
1 parent 30b38de commit dc4b72e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

requirements-dev.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
mock
22
pytest
33
pytest-mock
4+
5+
# Due to https://github.com/boto/botocore/issues/1872. Remove after botocore fixes.
6+
python-dateutil==2.8.0
7+
48
# only used in .travis.yml
59
coveralls
6-
mypy==0.710;python_version>="3.7"
10+
mypy==0.740;python_version>="3.7"
711
pytest-cov

0 commit comments

Comments
 (0)