Skip to content

Commit 1aec48f

Browse files
authored
Update h11 to remove vulnerability (#502)
1 parent 84d0f15 commit 1aec48f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/base.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ grpcio==1.70.0
9898
# grpcio-status
9999
grpcio-status==1.70.0
100100
# via google-api-core
101-
h11==0.14.0
101+
h11==0.16.0
102102
# via
103103
# httpcore
104104
# uvicorn
105105
html5lib==1.1
106106
# via unstructured
107-
httpcore==1.0.7
107+
httpcore==1.0.9
108108
# via httpx
109109
httpx==0.28.1
110110
# via unstructured-client

requirements/test.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ grpcio-status==1.70.0
213213
# via
214214
# -r requirements/base.txt
215215
# google-api-core
216-
h11==0.14.0
216+
h11==0.16.0
217217
# via
218218
# -r requirements/base.txt
219219
# httpcore
@@ -222,7 +222,7 @@ html5lib==1.1
222222
# via
223223
# -r requirements/base.txt
224224
# unstructured
225-
httpcore==1.0.7
225+
httpcore==1.0.9
226226
# via
227227
# -r requirements/base.txt
228228
# httpx

0 commit comments

Comments
 (0)