bump requirements

This commit is contained in:
Simon 2024-02-20 14:20:20 +01:00
parent d8f54da49b
commit 14263c8aa4
Signed by: simon
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
# build requirements
FROM python:3.10.8-slim-bullseye AS builder
FROM python:3.11.7-slim-bookworm AS builder
RUN apt-get -y update && \
apt-get -y install --no-install-recommends \
@ -11,7 +11,7 @@ RUN pip install --upgrade pip && pip install --user -r requirements.txt
# load in main image
FROM python:3.10.8-slim-bullseye as tilefy
FROM python:3.11.7-slim-bookworm as tilefy
ARG INSTALL_DEBUG
ENV PYTHONUNBUFFERED 1

View File

@ -1,8 +1,8 @@
APScheduler==3.9.1.post1
beautifulsoup4==4.11.1
flask==2.2.2
Pillow==9.3.0
PyYAML==6.0
redis==4.3.5
requests==2.28.1
uwsgi==2.0.21
APScheduler==3.10.4
beautifulsoup4==4.12.3
flask==3.0.2
Pillow==10.2.0
PyYAML==6.0.1
redis==5.0.1
requests==2.31.0
uwsgi==2.0.24