Skip to content

Commit 528afc7

Browse files
Merge branch 'master' into pyup-update-isort-4.3.3-to-4.3.4
2 parents a014ee7 + 2bb9534 commit 528afc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dodgy==0.1.9 # Look for uploaded secrets
55
flake8==3.5.0 # Lint
66
flake8-quotes==0.13.0 # Require single quotes
77
freezegun==0.3.9 # Freeze time in tests
8-
hypothesis==3.44.26 # Generate test cases
8+
hypothesis==3.45.0 # Generate test cases
99
isort==4.3.4 # Lint imports
1010
mypy==0.560 # Type checking
1111
pip_check_reqs==2.0.1
@@ -18,4 +18,4 @@ pytest-envfiles==0.1.0 # Use files for environment variables for tests
1818
pytest==3.4.0 # Test runners
1919
timeout-decorator==0.4.0 # Decorate functions to time out.
2020
vulture==0.26
21-
yapf==0.20.1 # Automatic formatting for Python
21+
yapf==0.20.2 # Automatic formatting for Python

0 commit comments

Comments
 (0)