Skip to content

Commit 09e42aa

Browse files
committed
Update httpcore and h11 for security issue in h11
1 parent 4a3cda6 commit 09e42aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ exceptiongroup==1.1.1
2222
# via anyio
2323
greenlet==3.1.1
2424
# via sqlalchemy
25-
h11==0.14.0
25+
h11==0.16.0
2626
# via httpcore
27-
httpcore==1.0.8
27+
httpcore==1.0.9
2828
# via httpx
2929
httpx==0.27.2
3030
# via -r requirements.in

script/dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ greenlet==3.1.1
8282
# via
8383
# -r script/../requirements.txt
8484
# sqlalchemy
85-
h11==0.14.0
85+
h11==0.16.0
8686
# via
8787
# -r script/../requirements.txt
8888
# httpcore
89-
httpcore==1.0.8
89+
httpcore==1.0.9
9090
# via
9191
# -r script/../requirements.txt
9292
# httpx

0 commit comments

Comments
 (0)