Skip to content

Commit e91f2f6

Browse files
committed
bump dependencies
1 parent fa4e317 commit e91f2f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
],
5757
install_requires=[
5858
'hyperframe>=5.2.0,<6',
59-
'hpack>=3.0.0,<4',
59+
'hpack>=4.0,<5',
6060
],
6161
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ passenv =
1414
deps =
1515
pytest==6.0.1
1616
pytest-cov==2.10.1
17-
pytest-xdist==2.0.0
17+
pytest-xdist==2.1.0
1818
hypothesis>=5.5,<6
1919
commands =
2020
pytest --cov-report=xml --cov-report=term --cov=h2 {posargs}

0 commit comments

Comments
 (0)