Skip to content

Commit c93f84f

Browse files
fix(deps): update all minor and patch updates
1 parent 6720457 commit c93f84f

5 files changed

Lines changed: 1097 additions & 1099 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# BASE STAGE: Shared base image for both builder and runtime stages
2525
# ============================================================================
2626
ARG TARGETARCH
27-
FROM public.ecr.aws/amazonlinux/amazonlinux:2023.11.20260413.0@sha256:fe4122f41784670c960b28c8a32036d8ca268bb56a002ce1e191271b6ddf3293 AS base
27+
FROM public.ecr.aws/amazonlinux/amazonlinux:2023.11.20260505.0@sha256:a450a74bfebfa936e7106d79c8b4b4dd0ca891c790513f84624da02a0e5531db AS base
2828
ARG TARGETARCH
2929

3030
# ============================================================================

docker/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ classifiers = [
2323
]
2424
requires-python = ">=3.11"
2525
dependencies = [
26-
"fastapi==0.135.3",
27-
"uvicorn[standard]==0.44.0",
26+
"fastapi==0.136.1",
27+
"uvicorn[standard]==0.46.0",
2828
"gunicorn==25.3.0",
29-
"boto3==1.42.89",
29+
"boto3==1.43.4",
3030
"dataclasses-json>=0.5.2,<0.6.0",
3131
"python-dotenv==1.2.2",
3232
"structlog==25.5.0",
@@ -49,7 +49,7 @@ dev = [
4949
"black==26.3.1",
5050
"flake8==7.3.0",
5151
"isort==8.0.1",
52-
"pyright==1.1.408",
52+
"pyright==1.1.409",
5353
]
5454

5555
[project.urls]

docker/uv.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)