Skip to content

Commit d46a8c5

Browse files
Upgrade respx for httpx 0.23.1+ compatibility
See release notes at https://github.com/lundberg/respx/releases/tag/0.20.1
1 parent abc8e7f commit d46a8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ deps =
270270
httpx18: httpx>=0.18.0,<0.19.0
271271
httpx18: respx~=0.17.0
272272
httpx21: httpx>=0.19.0
273-
httpx21: respx~=0.19.0
273+
httpx21: respx~=0.20.1
274274

275275
; FIXME: add coverage testing
276276
; FIXME: add mypy testing

0 commit comments

Comments
 (0)