Skip to content

Commit d2bef28

Browse files
committed
Merge branch 'master' of github.com:adamtheturtle/vws-python
2 parents f956ca5 + 152c238 commit d2bef28

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Changelog
66
Next
77
----
88

9+
2020.03.13.0
10+
------------
11+
912
2019.12.30.0
1013
------------
1114

dev-requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
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
77
VWS-Python-Mock==2019.12.27.0
88
VWS-Test-Fixtures==2019.12.13.1
99
autoflake==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
1212
doc8==0.8.0
1313
dodgy==0.2.1 # Look for uploaded secrets
1414
flake8-commas==2.0.0 # Require silicon valley commas
1515
flake8-quotes==2.1.1 # Require single quotes
1616
flake8==3.7.9 # Lint
17-
freezegun==0.3.14
17+
freezegun==0.3.15
1818
isort==4.3.21 # Lint imports
19-
mypy==0.761 # Type checking
19+
mypy==0.770 # Type checking
2020
pip-check-reqs-pip-gte-20==2.0.3.1
2121
pydocstyle==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
2424
pylint==2.4.4 # Lint
2525
pyroma==2.6 # Packaging best practices checker
2626
pytest-cov==2.8.1 # Measure code coverage
27-
pytest==5.3.4 # Test runners
27+
pytest==5.4.1 # Test runners
2828
sphinx-autodoc-typehints==1.10.3
2929
sphinxcontrib-spelling==4.3.0
3030
twine==3.1.1
3131
versioneer==0.18
32-
vulture==1.2
32+
vulture==1.3
3333
yapf==0.29.0 # Automatic formatting for Python

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
VWS-Auth-Tools==2019.12.28.3
2-
requests==2.22.0
2+
requests==2.23.0
33
timeout-decorator==0.4.1
44
urllib3==1.25.8

0 commit comments

Comments
 (0)