Skip to content

Commit db2a0cd

Browse files
authored
Upgrade h11 dependency (#2596)
1 parent 5545290 commit db2a0cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/backend/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile requirements.in -o requirements.txt
2+
# uv pip compile requirements.in -o requirements.txt --python-version 3.9
33
aiofiles==24.1.0
44
# via
55
# prompty
@@ -111,7 +111,7 @@ frozenlist==1.4.1
111111
# via
112112
# aiohttp
113113
# aiosignal
114-
h11==0.14.0
114+
h11==0.16.0
115115
# via
116116
# httpcore
117117
# hypercorn
@@ -123,9 +123,9 @@ h2==4.1.0
123123
# hypercorn
124124
hpack==4.0.0
125125
# via h2
126-
httpcore==1.0.5
126+
httpcore==1.0.9
127127
# via httpx
128-
httpx[http2]==0.27.0
128+
httpx==0.27.0
129129
# via
130130
# microsoft-kiota-http
131131
# msgraph-core
@@ -344,7 +344,7 @@ pydantic-core==2.20.1
344344
# via pydantic
345345
pygments==2.18.0
346346
# via rich
347-
pyjwt[crypto]==2.10.1
347+
pyjwt==2.10.1
348348
# via
349349
# -r requirements.in
350350
# msal

0 commit comments

Comments
 (0)