Skip to content

Commit

Permalink
chore: update packages and Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
chichi13 committed Nov 18, 2024
1 parent a97feba commit d46eb1e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docker/dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.3
FROM python:3.13.0-slim-bullseye
LABEL maintainer="chichi13"

# Keeping the image up to date and installing node 15
Expand Down
2 changes: 1 addition & 1 deletion docker/dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.3-slim-bullseye
FROM python:3.13.0-slim-bullseye
LABEL maintainer="chichi13"

RUN apt-get update -y && apt-get upgrade -y && \
Expand Down
16 changes: 8 additions & 8 deletions requirements/common.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
SQLAlchemy==2.0.30
fastapi==0.111.0
uvicorn==0.30.1
asyncpg==0.29.0
pydantic-settings==2.2.1
pydantic[dotenv]==2.7.3
SQLAlchemy==2.0.36
fastapi==0.115.5
uvicorn==0.32.0
asyncpg==0.30.0
pydantic-settings==2.6.1
pydantic[dotenv]==2.9.2
requests==2.32.3
sentry-sdk==2.5.1
psycopg2==2.9.9
sentry-sdk==2.18.0
psycopg2==2.9.10
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-r common.txt
black==24.4.2
flake8==7.0.0
black==24.10.0
flake8==7.1.1
flake8-print==5.0.0
flake8-super==0.1.3
flake8-tidy-imports==4.10.0
alembic==1.13.1
flake8-tidy-imports==4.11.0
alembic==1.14.0
isort==5.13.2
locust==2.29.0
locust==2.32.3

0 comments on commit d46eb1e

Please sign in to comment.