From b964a344e83a1f01afb6aa8e5467823066f32a2d Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 8 Mar 2024 16:26:39 +0100 Subject: [PATCH] bump requirements --- web/Dockerfile | 2 +- web/requirements.txt | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/Dockerfile b/web/Dockerfile index fa0d5be..14c76a2 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -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 diff --git a/web/requirements.txt b/web/requirements.txt index 733db87..79152d8 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -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