We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4593f8 commit 48f6540Copy full SHA for 48f6540
1 file changed
tox.ini
@@ -18,7 +18,7 @@ commands = flake8 --max-complexity 10 h2 test
18
19
[testenv:docs]
20
basepython=python3.8
21
-deps = sphinx==2.4.0
+deps = sphinx==2.4.4
22
changedir = {toxinidir}/docs
23
whitelist_externals = rm
24
commands =
@@ -34,8 +34,8 @@ commands =
34
[testenv:packaging]
35
36
deps =
37
- check-manifest==0.40
38
- readme-renderer==24.0
+ check-manifest==0.41
+ readme-renderer==25.0
39
40
check-manifest
41
python setup.py check --metadata --restructuredtext --strict
0 commit comments