Skip to content

Commit 87d4ffe

Browse files
Bump h2 from 4.1.0 to 4.3.0 in /app/backend (#2705)
Bumps [h2](https://github.com/python-hyper/h2) from 4.1.0 to 4.3.0. - [Changelog](https://github.com/python-hyper/h2/blob/master/CHANGELOG.rst) - [Commits](python-hyper/h2@v4.1.0...v4.3.0) --- updated-dependencies: - dependency-name: h2 dependency-version: 4.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pamela Fox <[email protected]>
1 parent 7dbc396 commit 87d4ffe

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

app/backend/requirements.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ azure-cosmos==4.9.0
5050
azure-identity==1.17.1
5151
# via
5252
# -r requirements.in
53+
# azure-monitor-opentelemetry-exporter
5354
# msgraph-sdk
5455
azure-monitor-opentelemetry==1.6.13
5556
# via -r requirements.in
@@ -92,10 +93,6 @@ cryptography==44.0.1
9293
# azure-storage-blob
9394
# msal
9495
# pyjwt
95-
deprecated==1.2.14
96-
# via
97-
# opentelemetry-api
98-
# opentelemetry-semantic-conventions
9996
distro==1.9.0
10097
# via openai
10198
exceptiongroup==1.3.0
@@ -117,11 +114,11 @@ h11==0.16.0
117114
# hypercorn
118115
# uvicorn
119116
# wsproto
120-
h2==4.1.0
117+
h2==4.3.0
121118
# via
122119
# httpx
123120
# hypercorn
124-
hpack==4.0.0
121+
hpack==4.1.0
125122
# via h2
126123
httpcore==1.0.9
127124
# via httpx
@@ -132,7 +129,7 @@ httpx[http2]==0.27.0
132129
# openai
133130
hypercorn==0.17.3
134131
# via quart
135-
hyperframe==6.0.1
132+
hyperframe==6.1.0
136133
# via h2
137134
idna==3.10
138135
# via
@@ -426,7 +423,9 @@ typing-extensions==4.13.2
426423
# exceptiongroup
427424
# hypercorn
428425
# openai
426+
# opentelemetry-api
429427
# opentelemetry-sdk
428+
# opentelemetry-semantic-conventions
430429
# pydantic
431430
# pydantic-core
432431
# pypdf
@@ -445,7 +444,6 @@ werkzeug==3.0.6
445444
# quart
446445
wrapt==1.16.0
447446
# via
448-
# deprecated
449447
# opentelemetry-instrumentation
450448
# opentelemetry-instrumentation-aiohttp-client
451449
# opentelemetry-instrumentation-dbapi

0 commit comments

Comments
 (0)