From 4d74d6bf55e26f587248294a490e0ba0d9be99a0 Mon Sep 17 00:00:00 2001 From: Piotr Dec Date: Thu, 16 Apr 2026 09:32:11 +0200 Subject: [PATCH] Sync dependencies with upstream, switched to 3.12 --- Dockerfile | 2 +- requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 944b773..f9cb17f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-alpine3.21 +FROM python:3.12-alpine3.23 LABEL authors="stawros" RUN mkdir /app diff --git a/requirements.txt b/requirements.txt index 03d29b3..72af0c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -Flask~=1.1.2 -requests~=2.24.0 -python-dotenv~=0.15.0 -pathvalidate~=2.5.2 +Flask~=3.1.3 +requests~=2.32.5 +python-dotenv~=1.2.2 +pathvalidate~=3.3.1 textual~=3.1.1