Skip to content

Commit bdfa57c

Browse files
authored
chore: update requirements to fix vulnerability (#177)
* chore: update requirements to fix vulnerability * Update Python base image to version 3.13-slim
1 parent 911dfe2 commit bdfa57c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/Dockerfile_ecs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/docker/library/python:3.12-slim
1+
FROM public.ecr.aws/docker/library/python:3.13-slim
22

33
WORKDIR /app
44

src/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
fastapi==0.115.8
2-
pydantic==2.7.1
1+
fastapi==0.116.1
2+
pydantic==2.11.4
33
uvicorn==0.29.0
44
mangum==0.17.0
5-
tiktoken==0.6.0
5+
tiktoken==0.9.0
66
requests==2.32.4
7-
numpy==1.26.4
7+
numpy==2.2.5
88
boto3==1.40.4
9-
botocore==1.40.4
9+
botocore==1.40.4

0 commit comments

Comments
 (0)