File tree Expand file tree Collapse file tree 2 files changed +8
-26
lines changed
Expand file tree Collapse file tree 2 files changed +8
-26
lines changed Original file line number Diff line number Diff line change 154154 "package" : "httpx" ,
155155 "deps" : {
156156 "*" : ["pytest-httpx" , "anyio<4.0.0" ],
157- "<0.17" : ["pytest-httpx==0.10.0" ],
158- "<0.19" : ["pytest-httpx==0.12.0" ],
159- "<0.21" : ["pytest-httpx==0.14.0" ],
160- "<0.23" : ["pytest-httpx==0.19.0" ],
161- "<0.24" : ["pytest-httpx==0.21.0" ],
162- "<0.25" : ["pytest-httpx==0.22.0" ],
163- "<0.26" : ["pytest-httpx==0.25.0" ],
157+ ">=0.16, <0.17" : ["pytest-httpx==0.10.0" ],
158+ ">=0.17, <0.19" : ["pytest-httpx==0.12.0" ],
159+ ">=0.19, <0.21" : ["pytest-httpx==0.14.0" ],
160+ ">=0.21, <0.23" : ["pytest-httpx==0.19.0" ],
161+ ">=0.23, <0.24" : ["pytest-httpx==0.21.0" ],
162+ ">=0.24, <0.25" : ["pytest-httpx==0.22.0" ],
163+ ">=0.25, <0.26" : ["pytest-httpx==0.25.0" ],
164164 },
165165 },
166166 "huey" : {
Original file line number Diff line number Diff line change 1010# The file (and all resulting CI YAMLs) then need to be regenerated via
1111# "scripts/generate-test-files.sh".
1212#
13- # Last generated: 2025-09-08T12:10:30.256404 +00:00
13+ # Last generated: 2025-09-08T12:18:37.079442 +00:00
1414
1515[tox]
1616requires =
@@ -601,25 +601,7 @@ deps =
601601 httpx-v0.28.1: httpx ==0.28.1
602602 httpx: pytest-httpx
603603 httpx: anyio<4.0.0
604- httpx-v0.6.8: pytest-httpx ==0.10.0
605- httpx-v0.13.3: pytest-httpx ==0.10.0
606- httpx-v0.6.8: pytest-httpx ==0.12.0
607- httpx-v0.13.3: pytest-httpx ==0.12.0
608- httpx-v0.6.8: pytest-httpx ==0.14.0
609- httpx-v0.13.3: pytest-httpx ==0.14.0
610604 httpx-v0.20.0: pytest-httpx ==0.14.0
611- httpx-v0.6.8: pytest-httpx ==0.19.0
612- httpx-v0.13.3: pytest-httpx ==0.19.0
613- httpx-v0.20.0: pytest-httpx ==0.19.0
614- httpx-v0.6.8: pytest-httpx ==0.21.0
615- httpx-v0.13.3: pytest-httpx ==0.21.0
616- httpx-v0.20.0: pytest-httpx ==0.21.0
617- httpx-v0.6.8: pytest-httpx ==0.22.0
618- httpx-v0.13.3: pytest-httpx ==0.22.0
619- httpx-v0.20.0: pytest-httpx ==0.22.0
620- httpx-v0.6.8: pytest-httpx ==0.25.0
621- httpx-v0.13.3: pytest-httpx ==0.25.0
622- httpx-v0.20.0: pytest-httpx ==0.25.0
623605
624606
625607 # ~~~ Tasks ~~~
You can’t perform that action at this time.
0 commit comments