From 14263c8aa4bc126b7cb20cb7ef781b1ba44f7a49 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 20 Feb 2024 14:20:20 +0100 Subject: [PATCH] bump requirements --- Dockerfile | 4 ++-- tilefy/requirements.txt | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index f398526..a4ba646 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/tilefy/requirements.txt b/tilefy/requirements.txt index 32eb72e..ef819d5 100644 --- a/tilefy/requirements.txt +++ b/tilefy/requirements.txt @@ -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