Skip to content

Commit 5456dc9

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

5 files changed

Lines changed: 1175 additions & 2261 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.20260526.0@sha256:0179112c7edfde771da73dd5cd50ddd5a2f0e993bdac04c12c23d82c82ebae7b AS base
2828
ARG TARGETARCH
2929

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

docker/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ classifiers = [
2323
]
2424
requires-python = ">=3.11"
2525
dependencies = [
26-
"fastapi==0.135.3",
27-
"uvicorn[standard]==0.44.0",
26+
"fastapi==0.136.3",
27+
"uvicorn[standard]==0.48.0",
2828
"gunicorn==25.3.0",
29-
"boto3==1.42.89",
29+
"boto3==1.43.16",
3030
"dataclasses-json>=0.5.2,<0.6.0",
3131
"python-dotenv==1.2.2",
3232
"structlog==25.5.0",
33-
"requests==2.33.1",
33+
"requests==2.34.2",
3434
"tenacity>=9.1.2",
3535
"benchling-sdk>=1.23.1",
3636
"quilt3>=7.0.0",
@@ -46,10 +46,10 @@ dev = [
4646
"pytest-cov==7.1.0",
4747
"pytest-xdist==3.8.0",
4848
"httpx==0.28.1",
49-
"black==26.3.1",
49+
"black==26.5.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]

0 commit comments

Comments
 (0)