We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e812f11 commit 49c0752Copy full SHA for 49c0752
dev-requirements.txt
@@ -15,13 +15,13 @@ pydocstyle==4.0.1 # Lint docstrings
15
pyenchant==2.0.0 # Bindings for a spellchecking sytem
16
pygithub==1.44.1
17
Pygments==2.4.2
18
-pylint==2.4.3 # Lint
+pylint==2.4.4 # Lint
19
pyroma==2.6 # Packaging best practices checker
20
pytest-cov==2.8.1 # Measure code coverage
21
-pytest==5.2.2 # Test runners
+pytest==5.2.4 # Test runners
22
PyYAML==5.1.2
23
Sphinx==2.2.1
24
-sphinx-autodoc-typehints==1.10.2
+sphinx-autodoc-typehints==1.10.3
25
sphinxcontrib-spelling==4.3.0
26
twine==2.0.0
27
versioneer==0.18
requirements.txt
@@ -1,3 +1,3 @@
1
requests==2.22.0
2
timeout-decorator==0.4.1
3
-urllib3==1.25.6
+urllib3==1.25.7
0 commit comments