Skip to content

Commit 8cb9958

Browse files
author
GitHub Actions
committed
ci: update requirements and Dockerfile
1 parent 03237f1 commit 8cb9958

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

requirements/common-requirements.txt

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#
55
# pip-compile common-requirements.in
66
#
7+
annotated-doc==0.0.4
8+
# via fastapi
79
annotated-types==0.7.0
810
# via pydantic
911
anyio==4.11.0
@@ -12,33 +14,33 @@ argon2-cffi==25.1.0
1214
# via minio
1315
argon2-cffi-bindings==25.1.0
1416
# via argon2-cffi
15-
asgiref==3.9.2
17+
asgiref==3.11.0
1618
# via opentelemetry-instrumentation-asgi
1719
boto3==1.39.6
1820
# via -r common-requirements.in
1921
botocore==1.39.17
2022
# via
2123
# boto3
2224
# s3transfer
23-
certifi==2025.8.3
25+
certifi==2025.11.12
2426
# via
2527
# minio
2628
# requests
2729
cffi==2.0.0
2830
# via argon2-cffi-bindings
29-
charset-normalizer==3.4.3
31+
charset-normalizer==3.4.4
3032
# via requests
31-
click==8.3.0
33+
click==8.3.1
3234
# via uvicorn
33-
fastapi==0.116.1
35+
fastapi==0.120.1
3436
# via -r mini-requirements.in
35-
googleapis-common-protos==1.70.0
37+
googleapis-common-protos==1.72.0
3638
# via opentelemetry-exporter-otlp-proto-grpc
37-
grpcio==1.75.0
39+
grpcio==1.76.0
3840
# via opentelemetry-exporter-otlp-proto-grpc
3941
h11==0.16.0
4042
# via uvicorn
41-
idna==3.10
43+
idna==3.11
4244
# via
4345
# anyio
4446
# requests
@@ -104,7 +106,7 @@ pandas==1.5.1
104106
# via -r common-requirements.in
105107
prometheus-client==0.23.1
106108
# via -r common-requirements.in
107-
protobuf==6.32.1
109+
protobuf==6.33.1
108110
# via
109111
# googleapis-common-protos
110112
# opentelemetry-proto
@@ -116,7 +118,7 @@ pycryptodome==3.23.0
116118
# via minio
117119
pydantic==2.7.4
118120
# via
119-
# -r /Usmini-requirements.in
121+
# -r mini-requirements.in
120122
# fastapi
121123
pydantic-core==2.18.4
122124
# via pydantic
@@ -136,7 +138,7 @@ sniffio==1.3.1
136138
# via anyio
137139
sqlalchemy==1.4.42
138140
# via -r common-requirements.in
139-
starlette==0.47.3
141+
starlette==0.49.3
140142
# via fastapi
141143
typing-extensions==4.15.0
142144
# via

0 commit comments

Comments
 (0)