|
1 | | -autoflake==1.2 |
2 | | -check-manifest==0.37 |
| 1 | +autoflake==1.3 |
| 2 | +check-manifest==0.39 |
3 | 3 | codecov==2.0.15 # Upload coverage data |
4 | 4 | doc8==0.8.0 |
5 | 5 | dodgy==0.1.9 # Look for uploaded secrets |
6 | | -dulwich==0.19.6 |
| 6 | +dulwich==0.19.11 |
7 | 7 | flake8-commas==2.0.0 # Require silicon valley commas |
8 | | -flake8-quotes==1.0.0 # Require single quotes |
9 | | -flake8==3.5.0 # Lint |
10 | | -isort==4.3.4 # Lint imports |
11 | | -mypy==0.630 # Type checking |
| 8 | +flake8-quotes==2.0.1 # Require single quotes |
| 9 | +flake8==3.7.7 # Lint |
| 10 | +isort==4.3.21 # Lint imports |
| 11 | +mypy==0.711 # Type checking |
12 | 12 | pip_check_reqs==2.0.3 |
13 | | -pydocstyle==2.1.1 # Lint docstrings |
| 13 | +pydocstyle==3.0.0 # Lint docstrings |
14 | 14 | pyenchant==2.0.0 # Bindings for a spellchecking sytem |
15 | | -pygithub==1.43.2 |
16 | | -Pygments==2.2.0 |
17 | | -pylint==2.1.1 # Lint |
18 | | -pyroma==2.4 # Packaging best practices checker |
19 | | -pytest-cov==2.6.0 # Measure code coverage |
20 | | -pytest==3.8.2 # Test runners |
21 | | -PyYAML==3.13 |
22 | | -Sphinx==1.8.1 |
23 | | -sphinx-autodoc-typehints==1.3.0 |
24 | | -sphinxcontrib-spelling==4.2.0 |
25 | | -twine==1.12.1 |
| 15 | +pygithub==1.43.8 |
| 16 | +Pygments==2.4.2 |
| 17 | +pylint==2.3.1 # Lint |
| 18 | +pyroma==2.5 # Packaging best practices checker |
| 19 | +pytest-cov==2.7.1 # Measure code coverage |
| 20 | +pytest==5.0.1 # Test runners |
| 21 | +PyYAML==5.1.1 |
| 22 | +Sphinx==2.1.2 |
| 23 | +sphinx-autodoc-typehints==1.7.0 |
| 24 | +sphinxcontrib-spelling==4.3.0 |
| 25 | +twine==1.13.0 |
26 | 26 | versioneer==0.18 |
27 | | -vulture==0.29 |
28 | | -VWS-Python-Mock==2018.10.02.0 |
29 | | -yapf==0.24.0 # Automatic formatting for Python |
| 27 | +vulture==1.0 |
| 28 | +VWS-Python-Mock==2018.12.1.0 |
| 29 | +yapf==0.28.0 # Automatic formatting for Python |
0 commit comments