Skip to content

Commit d592266

Browse files
chore(internal): bump httpx dependency (#95)
1 parent de5856d commit d592266

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Diff for: requirements-dev.lock

+6-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ h11==0.14.0
4848
# via wsproto
4949
httpcore==1.0.6
5050
# via httpx
51-
httpx==0.27.2
51+
httpx==0.28.1
5252
# via browserbase
5353
# via respx
5454
idna==3.10
@@ -107,10 +107,14 @@ python-slugify==8.0.4
107107
# via pytest-playwright
108108
requests==2.32.3
109109
# via pytest-base-url
110-
respx==0.21.1
111110
rich==13.9.3
112111
ruff==0.7.1
113112
selenium==4.25.0
113+
pytz==2023.3.post1
114+
# via dirty-equals
115+
respx==0.22.0
116+
setuptools==68.2.2
117+
# via nodeenv
114118
six==1.16.0
115119
# via python-dateutil
116120
sniffio==1.3.1

Diff for: requirements.lock

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ h11==0.14.0
2626
# via httpcore
2727
httpcore==1.0.2
2828
# via httpx
29-
httpx==0.25.2
29+
httpx==0.28.1
3030
# via browserbase
3131
idna==3.4
3232
# via anyio
@@ -38,7 +38,6 @@ pydantic-core==2.27.1
3838
sniffio==1.3.0
3939
# via anyio
4040
# via browserbase
41-
# via httpx
4241
typing-extensions==4.12.2
4342
# via anyio
4443
# via browserbase

0 commit comments

Comments
 (0)