Skip to content

Commit 799c954

Browse files
chore(internal): bump httpx dependency (#2328)
1 parent ff79b8b commit 799c954

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

requirements-dev.lock

+2-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ h11==0.14.0
3535
# via httpcore
3636
httpcore==1.0.2
3737
# via httpx
38-
httpx==0.25.2
38+
httpx==0.28.1
3939
# via cloudflare
4040
# via respx
4141
idna==3.4
@@ -75,7 +75,7 @@ python-dateutil==2.8.2
7575
# via time-machine
7676
pytz==2023.3.post1
7777
# via dirty-equals
78-
respx==0.20.2
78+
respx==0.22.0
7979
rich==13.7.1
8080
ruff==0.6.9
8181
setuptools==68.2.2
@@ -85,7 +85,6 @@ six==1.16.0
8585
sniffio==1.3.0
8686
# via anyio
8787
# via cloudflare
88-
# via httpx
8988
time-machine==2.9.0
9089
tomli==2.0.2
9190
# via mypy

requirements.lock

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ h11==0.14.0
2525
# via httpcore
2626
httpcore==1.0.2
2727
# via httpx
28-
httpx==0.25.2
28+
httpx==0.28.1
2929
# via cloudflare
3030
idna==3.4
3131
# via anyio
@@ -37,7 +37,6 @@ pydantic-core==2.27.1
3737
sniffio==1.3.0
3838
# via anyio
3939
# via cloudflare
40-
# via httpx
4140
typing-extensions==4.12.2
4241
# via anyio
4342
# via cloudflare

0 commit comments

Comments
 (0)