Skip to content

Commit 56ab6c4

Browse files
Merge branch 'master' into pyup-update-hypothesis-3.45.0-to-3.50.2
2 parents 6e6237e + 3e51736 commit 56ab6c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dev-requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ check-manifest==0.36
33
codecov==2.0.15 # Upload coverage data
44
dodgy==0.1.9 # Look for uploaded secrets
55
flake8==3.5.0 # Lint
6-
flake8-quotes==0.13.0 # Require single quotes
7-
freezegun==0.3.9 # Freeze time in tests
6+
flake8-quotes==0.14.0 # Require single quotes
7+
freezegun==0.3.10 # Freeze time in tests
88
hypothesis==3.50.2 # Generate test cases
99
isort==4.3.4 # Lint imports
10-
mypy==0.560 # Type checking
10+
mypy==0.570 # Type checking
1111
pip_check_reqs==2.0.1
1212
pydocstyle==2.1.1 # Lint docstrings
1313
pyenchant==2.0.0 # Bindings for a spellchecking sytem
14-
pylint==1.8.2 # Lint
14+
pylint==1.8.3 # Lint
1515
pyroma==2.3 # Packaging best practices checker
1616
pytest-cov==2.5.1 # Measure code coverage
1717
pytest-envfiles==0.1.0 # Use files for environment variables for tests
18-
pytest==3.4.0 # Test runners
18+
pytest==3.4.2 # Test runners
1919
timeout-decorator==0.4.0 # Decorate functions to time out.
2020
vulture==0.26
21-
yapf==0.20.2 # Automatic formatting for Python
21+
yapf==0.21.0 # Automatic formatting for Python

0 commit comments

Comments
 (0)