File tree Expand file tree Collapse file tree 3 files changed +16
-13
lines changed
Expand file tree Collapse file tree 3 files changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Changelog
66Next
77----
88
9+ 2020.03.13.0
10+ ------------
11+
9122019.12.30.0
1013------------
1114
Original file line number Diff line number Diff line change 11# We use dev-requirements.txt instead of just declaring the requirements here
22# because Read The Docs needs a requirements file.
3- PyYAML==5.3
4- Pygments==2.5.2
5- Sphinx-Substitution-Extensions==2019.12.28 .0
6- Sphinx==2.3.1
3+ PyYAML==5.3.1
4+ Pygments==2.6.1
5+ Sphinx-Substitution-Extensions==2020.2.21 .0
6+ Sphinx==2.4.4
77VWS-Python-Mock==2019.12.27.0
88VWS-Test-Fixtures==2019.12.13.1
99autoflake==1.3.1
10- check-manifest==0.40
11- codecov==2.0.15 # Upload coverage data
10+ check-manifest==0.41
11+ codecov==2.0.22 # Upload coverage data
1212doc8==0.8.0
1313dodgy==0.2.1 # Look for uploaded secrets
1414flake8-commas==2.0.0 # Require silicon valley commas
1515flake8-quotes==2.1.1 # Require single quotes
1616flake8==3.7.9 # Lint
17- freezegun==0.3.14
17+ freezegun==0.3.15
1818isort==4.3.21 # Lint imports
19- mypy==0.761 # Type checking
19+ mypy==0.770 # Type checking
2020pip-check-reqs-pip-gte-20==2.0.3.1
2121pydocstyle==5.0.2 # Lint docstrings
22- pyenchant==2 .0.0 # Bindings for a spellchecking sytem
23- pygithub==1.45
22+ pyenchant==3 .0.1 # Bindings for a spellchecking sytem
23+ pygithub==1.47
2424pylint==2.4.4 # Lint
2525pyroma==2.6 # Packaging best practices checker
2626pytest-cov==2.8.1 # Measure code coverage
27- pytest==5.3.4 # Test runners
27+ pytest==5.4.1 # Test runners
2828sphinx-autodoc-typehints==1.10.3
2929sphinxcontrib-spelling==4.3.0
3030twine==3.1.1
3131versioneer==0.18
32- vulture==1.2
32+ vulture==1.3
3333yapf==0.29.0 # Automatic formatting for Python
Original file line number Diff line number Diff line change 11VWS-Auth-Tools == 2019.12.28.3
2- requests == 2.22 .0
2+ requests == 2.23 .0
33timeout-decorator == 0.4.1
44urllib3 == 1.25.8
You can’t perform that action at this time.
0 commit comments