Skip to content

Commit

Permalink
upgrade to python 3.12 + dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Jan 23, 2024
1 parent b50ea61 commit b905ae5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pollution/infrastructure/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.13-slim-bullseye
FROM python:3.12-slim-bullseye


COPY requirements.txt ./
Expand Down
8 changes: 4 additions & 4 deletions pollution/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
celery==5.2.7
celery==5.3.6
redis==4.3.4
sentry-sdk==1.9.9
blinker==1.5
python-keycloak==2.5.0
requests~=2.28
dateutils==0.6.12
python-dateutil==2.8.2
pandas==1.5.0
numpy==1.22.0
pytz==2022.6
pandas==2.2.0
numpy==1.26.0
pytz==2022.6

0 comments on commit b905ae5

Please sign in to comment.