Skip to content

Commit 22839a5

Browse files
committed
chore: update deps
1 parent eda9a8a commit 22839a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.12-slim
22

33
COPY app/requirements.txt /tmp/requirements.txt
44
RUN pip install --no-cache-dir -r /tmp/requirements.txt

app/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
requests~=2.31.0
1+
requests~=2.32.3
22
PyJWT~=2.8.0
33
fastapi~=0.109.0
44
SQLAlchemy~=2.0.25
55
pydantic~=2.5.3
6-
uvicorn~=0.26.0
6+
uvicorn~=0.30.6
77
pydantic-settings~=2.1.0
8-
cryptography~=41.0.7
8+
cryptography~=43.0.0

0 commit comments

Comments
 (0)