Skip to content

Commit 419142f

Browse files
authored
Merge pull request #1217 from python-hyper/requires-io-master
[requires.io] dependency update on master branch
2 parents f4593f8 + 38ff73b commit 419142f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pytest==5.3.5
1+
pytest==5.4.1
22
pytest-cov==2.8.1
33
pytest-xdist==1.31.0
4-
coverage==5.0.3
4+
coverage==5.0.4
55
hypothesis>=5.5,<6

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)