Skip to content

Commit 0fc43f7

Browse files
authored
⬆️🔒️ Upgrade security issue regarding h11 dependencies (#8052)
1 parent 0eb2563 commit 0fc43f7

File tree

43 files changed

+76
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+76
-76
lines changed

packages/aws-library/requirements/_test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ flexparser==0.4
8484
# via pint
8585
graphql-core==3.2.6
8686
# via moto
87-
h11==0.14.0
87+
h11==0.16.0
8888
# via httpcore
89-
httpcore==1.0.7
89+
httpcore==1.0.9
9090
# via httpx
9191
httpx==0.28.1
9292
# via

packages/service-integration/requirements/_base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jinja2_time
1313
jsonschema # pytest-plugin
1414
pytest # pytest-plugin
1515
pyyaml
16-
typer[all]
16+
typer
1717
yarl

packages/service-library/requirements/_fastapi.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ fastapi-cli==0.0.7
3232
# via fastapi
3333
fastapi-lifespan-manager==0.1.4
3434
# via -r requirements/_fastapi.in
35-
h11==0.14.0
35+
h11==0.16.0
3636
# via
3737
# httpcore
3838
# uvicorn
3939
h2==4.2.0
4040
# via httpx
4141
hpack==4.1.0
4242
# via h2
43-
httpcore==1.0.7
43+
httpcore==1.0.9
4444
# via httpx
4545
httptools==0.6.4
4646
# via uvicorn

packages/service-library/requirements/_test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ greenlet==3.1.1
6565
# via
6666
# -c requirements/_aiohttp.txt
6767
# sqlalchemy
68-
h11==0.14.0
68+
h11==0.16.0
6969
# via
7070
# -c requirements/_fastapi.txt
7171
# httpcore
72-
httpcore==1.0.7
72+
httpcore==1.0.9
7373
# via
7474
# -c requirements/_fastapi.txt
7575
# httpx

scripts/metrics/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black
22
httpx[http2]
3-
pydantic[email,dotenv]
3+
pydantic[email]
44
pylint
5-
typer[all]
5+
typer

scripts/release/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "1.2.3"
88
authors = [{name="Matus Drobuliak", email="[email protected]" }]
99
description = "Helper script for monitoring releases"
1010
readme = "README.md"
11-
dependencies = ["arrow", "python-dotenv","pydantic", "pydantic-settings", "typer[all]>=0.9", "rich", "requests"]
11+
dependencies = ["arrow", "python-dotenv","pydantic", "pydantic-settings", "typer>=0.9", "rich", "requests"]
1212
requires-python = ">=3.10"
1313

1414
[project.scripts]

services/agent/requirements/_base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ googleapis-common-protos==1.69.1
112112
# opentelemetry-exporter-otlp-proto-http
113113
grpcio==1.70.0
114114
# via opentelemetry-exporter-otlp-proto-grpc
115-
h11==0.14.0
115+
h11==0.16.0
116116
# via
117117
# httpcore
118118
# uvicorn
119119
h2==4.2.0
120120
# via httpx
121121
hpack==4.1.0
122122
# via h2
123-
httpcore==1.0.7
123+
httpcore==1.0.9
124124
# via httpx
125125
httptools==0.6.4
126126
# via uvicorn

services/agent/requirements/_test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ frozenlist==1.5.0
102102
# aiosignal
103103
graphql-core==3.2.6
104104
# via moto
105-
h11==0.14.0
105+
h11==0.16.0
106106
# via
107107
# -c requirements/_base.txt
108108
# httpcore
109-
httpcore==1.0.7
109+
httpcore==1.0.9
110110
# via
111111
# -c requirements/_base.txt
112112
# httpx

services/api-server/requirements/_base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fastapi-pagination
2222
orjson
2323
packaging
2424
parse
25-
pydantic[dotenv]
25+
pydantic
2626
pyyaml
2727
tenacity
2828
typer

services/api-server/requirements/_base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,15 @@ greenlet==3.1.1
207207
# via sqlalchemy
208208
grpcio==1.68.1
209209
# via opentelemetry-exporter-otlp-proto-grpc
210-
h11==0.14.0
210+
h11==0.16.0
211211
# via
212212
# httpcore
213213
# uvicorn
214214
h2==4.2.0
215215
# via httpx
216216
hpack==4.1.0
217217
# via h2
218-
httpcore==1.0.7
218+
httpcore==1.0.9
219219
# via httpx
220220
httptools==0.6.4
221221
# via uvicorn

0 commit comments

Comments
 (0)