Skip to content

Commit 2948380

Browse files
committed
Allow later httpx and pytest-httpx
1 parent 997d455 commit 2948380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ classifiers = [
2828

2929
[tool.poetry.dependencies]
3030
python = "^3.7.0"
31-
httpx = "^0.19"
31+
httpx = "^0.20"
3232
yarl = "^1.7"
3333

3434
[tool.poetry.dev-dependencies]
3535
pytest-cov = "^2.8.1"
3636
black = "^21.9b0"
3737
pytest = "^6"
38-
pytest-httpx = "^0.11"
38+
pytest-httpx = "^0.14"
3939
pytest-asyncio = "^0.14"
4040
sphinx = "^3"
4141

0 commit comments

Comments
 (0)