bump requirements

This commit is contained in:
Simon 2024-03-08 16:26:39 +01:00
parent a1aeb97e41
commit b964a344e8
Signed by: simon
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.11.3-slim-bullseye
FROM python:3.11.8-slim-bookworm
RUN apt-get clean && apt-get -y update && \
apt-get -y install --no-install-recommends build-essential

View File

@ -1,11 +1,11 @@
APScheduler==3.10.4
Flask==3.0.0
Flask==3.0.2
Flask_HTTPAuth==4.8.0
ipython==8.19.0
matplotlib==3.8.2
numpy==1.26.3
pandas==2.1.4
ipython==8.22.2
matplotlib==3.8.3
numpy==1.26.4
pandas==2.2.1
psycopg2-binary==2.9.9
requests==2.31.0
scipy==1.11.4
uWSGI==2.0.23
scipy==1.12.0
uWSGI==2.0.24