File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ deps =
207
207
httpx-v0.25: pytest-httpx==0.25.0
208
208
httpx: pytest-httpx
209
209
# anyio is a dep of httpx
210
- httpx: anyio<4.0.0
210
+ httpx: anyio>=3,<5
211
211
httpx-v0.16: httpx~=0.16.0
212
212
httpx-v0.18: httpx~=0.18.0
213
213
httpx-v0.20: httpx~=0.20.0
Original file line number Diff line number Diff line change 10
10
# The file (and all resulting CI YAMLs) then need to be regenerated via
11
11
# "scripts/generate-test-files.sh".
12
12
#
13
- # Last generated: 2025-07-29T08:10:08.981379 +00:00
13
+ # Last generated: 2025-07-29T08:26:02.455474 +00:00
14
14
15
15
[tox]
16
16
requires =
@@ -378,7 +378,7 @@ deps =
378
378
httpx-v0.25: pytest-httpx ==0.25.0
379
379
httpx: pytest-httpx
380
380
# anyio is a dep of httpx
381
- httpx: anyio<4.0.0
381
+ httpx: anyio>=3,<5
382
382
httpx-v0.16: httpx~=0.16.0
383
383
httpx-v0.18: httpx~=0.18.0
384
384
httpx-v0.20: httpx~=0.20.0
You can’t perform that action at this time.
0 commit comments