bump dependencies

This commit is contained in:
Simon 2024-04-19 18:51:26 +02:00
parent e24383643f
commit 8296f8dfa2
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
# builder
FROM python:3.11.3-slim-bullseye as builder
FROM python:3.11.8-slim-bookworm as builder
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential
@ -8,7 +8,7 @@ COPY requirements.txt /requirements.txt
RUN pip install --user -r requirements.txt
# final
FROM python:3.11.3-slim-bullseye as tubearchivist-web
FROM python:3.11.8-slim-bookworm as tubearchivist-web
ARG INSTALL_DEBUG
ENV PYTHONUNBUFFERED 1

View File

@ -1,10 +1,10 @@
APScheduler==3.10.1
beautifulsoup4==4.12.2
flask==2.3.2
markdown==3.4.4
matplotlib==3.7.2
pandas==2.0.3
psycopg2-binary==2.9.6
redis==4.6.0
APScheduler==3.10.4
beautifulsoup4==4.12.3
flask==3.0.3
markdown==3.6
matplotlib==3.8.4
pandas==2.2.2
psycopg2-binary==2.9.9
redis==5.0.3
requests==2.31.0
uWSGI==2.0.22
uWSGI==2.0.25.1