Skip to content

Commit 48f6540

Browse files
committed
[requires.io] dependency update
1 parent f4593f8 commit 48f6540

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ commands = flake8 --max-complexity 10 h2 test
1818

1919
[testenv:docs]
2020
basepython=python3.8
21-
deps = sphinx==2.4.0
21+
deps = sphinx==2.4.4
2222
changedir = {toxinidir}/docs
2323
whitelist_externals = rm
2424
commands =
@@ -34,8 +34,8 @@ commands =
3434
[testenv:packaging]
3535
basepython=python3.8
3636
deps =
37-
check-manifest==0.40
38-
readme-renderer==24.0
37+
check-manifest==0.41
38+
readme-renderer==25.0
3939
commands =
4040
check-manifest
4141
python setup.py check --metadata --restructuredtext --strict

0 commit comments

Comments
 (0)