Skip to content

Commit 29444cf

Browse files
committed
Merge remote-tracking branch 'origin/master' into commas
2 parents d7b9c03 + d36b5d2 commit 29444cf

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

dev-requirements.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
autoflake==1.1
22
check-manifest==0.36
3-
codecov==2.0.14 # Upload coverage data
3+
codecov==2.0.15 # Upload coverage data
44
dodgy==0.1.9 # Look for uploaded secrets
55
flake8==3.5.0 # Lint
66
flake8-commas==2.0.0 # Require silicon valley commas
7-
flake8-quotes==0.13.0 # Require single quotes
8-
freezegun==0.3.9 # Freeze time in tests
9-
hypothesis==3.44.22 # Generate test cases
10-
isort==4.2.15 # Lint imports
11-
mypy==0.560 # Type checking
7+
flake8-quotes==0.14.0 # Require single quotes
8+
freezegun==0.3.10 # Freeze time in tests
9+
hypothesis==3.50.2 # Generate test cases
10+
isort==4.3.4 # Lint imports
11+
mypy==0.570 # Type checking
12+
>>>>>>> origin/master
1213
pip_check_reqs==2.0.1
1314
pydocstyle==2.1.1 # Lint docstrings
1415
pyenchant==2.0.0 # Bindings for a spellchecking sytem
15-
pylint==1.8.2 # Lint
16+
pylint==1.8.3 # Lint
1617
pyroma==2.3 # Packaging best practices checker
1718
pytest-cov==2.5.1 # Measure code coverage
1819
pytest-envfiles==0.1.0 # Use files for environment variables for tests
19-
pytest==3.3.2 # Test runners
20+
pytest==3.4.2 # Test runners
2021
timeout-decorator==0.4.0 # Decorate functions to time out.
2122
vulture==0.26
22-
yapf==0.20.1 # Automatic formatting for Python
23+
yapf==0.21.0 # Automatic formatting for Python

0 commit comments

Comments
 (0)