Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen committed Aug 18, 2024
1 parent eda9a8a commit 22839a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.12-slim

COPY app/requirements.txt /tmp/requirements.txt
RUN pip install --no-cache-dir -r /tmp/requirements.txt
Expand Down
6 changes: 3 additions & 3 deletions app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
requests~=2.31.0
requests~=2.32.3
PyJWT~=2.8.0
fastapi~=0.109.0
SQLAlchemy~=2.0.25
pydantic~=2.5.3
uvicorn~=0.26.0
uvicorn~=0.30.6
pydantic-settings~=2.1.0
cryptography~=41.0.7
cryptography~=43.0.0

0 comments on commit 22839a5

Please sign in to comment.