Skip to content

Commit 9141bd8

Browse files
Merge branch 'master' into remove-pip-lint
2 parents f425534 + 8f655bb commit 9141bd8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

dev-requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
autoflake==1.1
2-
check-manifest==0.36
1+
autoflake==1.2
2+
check-manifest==0.37
33
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.14.0 # Require single quotes
7+
flake8-quotes==1.0.0 # Require single quotes
88
freezegun==0.3.10 # Freeze time in tests
9-
hypothesis==3.50.2 # Generate test cases
9+
hypothesis==3.56.8 # Generate test cases
1010
isort==4.3.4 # Lint imports
11-
mypy==0.570 # Type checking
11+
mypy==0.600 # Type checking
1212
pydocstyle==2.1.1 # Lint docstrings
1313
pyenchant==2.0.0 # Bindings for a spellchecking sytem
14-
pylint==1.8.3 # Lint
14+
pylint==1.8.4 # 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.2 # Test runners
18+
pytest==3.5.1 # Test runners
1919
timeout-decorator==0.4.0 # Decorate functions to time out.
2020
vulture==0.26
2121
yapf==0.21.0 # Automatic formatting for Python

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
constantly==15.1.0 # Symbolic constants.
2-
pillow==5.0.0 # Image library.
2+
pillow==5.1.0 # Image library.
33
requests-mock==1.4.0 # Mock `requests`.
44
requests==2.18.4
55
wrapt==1.10.11 # Make better decorators.

0 commit comments

Comments
 (0)