We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8eb6f0 + 28b4f52 commit 032c6b1Copy full SHA for 032c6b1
dev-requirements.txt
@@ -7,7 +7,7 @@ dulwich==0.19.11
7
flake8-commas==2.0.0 # Require silicon valley commas
8
flake8-quotes==1.0.0 # Require single quotes
9
flake8==3.7.7 # Lint
10
-isort==4.3.14 # Lint imports
+isort==4.3.15 # Lint imports
11
mypy-mypyc==0.670 # Type checking
12
pip_check_reqs==2.0.3
13
pydocstyle==3.0.0 # Lint docstrings
@@ -18,7 +18,7 @@ pylint==2.3.1 # Lint
18
pyroma==2.4 # Packaging best practices checker
19
pytest-cov==2.6.1 # Measure code coverage
20
pytest==4.3.1 # Test runners
21
-PyYAML==3.13
+PyYAML==5.1
22
Sphinx==1.8.5
23
sphinx-autodoc-typehints==1.6.0
24
sphinxcontrib-spelling==4.2.0
0 commit comments