Skip to content

Commit dbef4f9

Browse files
committed
.
1 parent 841a3d5 commit dbef4f9

File tree

2 files changed

+8
-26
lines changed

2 files changed

+8
-26
lines changed

scripts/populate_tox/config.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,13 @@
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": {

tox.ini

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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]
1616
requires =
@@ -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 ~~~

0 commit comments

Comments
 (0)