Skip to content

Commit a64b888

Browse files
authored
Merge pull request #141 from python-hyper/requires-io-master
[requires.io] dependency update on master branch
2 parents 7731bde + f54bfb0 commit a64b888

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ deps =
1616
pytest>=6.2,<7
1717
pytest-cov>=2.10,<3
1818
pytest-xdist>=2.1,<3
19-
hypothesis>=5.5,<6
19+
hypothesis>=6.9,<6.10
2020
commands =
2121
pytest --cov-report=xml --cov-report=term --cov=priority {posargs}
2222

@@ -43,9 +43,9 @@ commands =
4343
[testenv:packaging]
4444
basepython = python3.8
4545
deps =
46-
check-manifest==0.42
47-
readme-renderer==26.0
48-
twine==3.2.0
46+
check-manifest==0.46
47+
readme-renderer==29.0
48+
twine==3.4.1
4949
whitelist_externals = rm
5050
commands =
5151
rm -rf dist/

0 commit comments

Comments
 (0)