Skip to content

Commit 49c0752

Browse files
committed
Bump requirements
1 parent e812f11 commit 49c0752

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ pydocstyle==4.0.1 # Lint docstrings
1515
pyenchant==2.0.0 # Bindings for a spellchecking sytem
1616
pygithub==1.44.1
1717
Pygments==2.4.2
18-
pylint==2.4.3 # Lint
18+
pylint==2.4.4 # Lint
1919
pyroma==2.6 # Packaging best practices checker
2020
pytest-cov==2.8.1 # Measure code coverage
21-
pytest==5.2.2 # Test runners
21+
pytest==5.2.4 # Test runners
2222
PyYAML==5.1.2
2323
Sphinx==2.2.1
24-
sphinx-autodoc-typehints==1.10.2
24+
sphinx-autodoc-typehints==1.10.3
2525
sphinxcontrib-spelling==4.3.0
2626
twine==2.0.0
2727
versioneer==0.18

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.22.0
22
timeout-decorator==0.4.1
3-
urllib3==1.25.6
3+
urllib3==1.25.7

0 commit comments

Comments
 (0)