From f462a7bc5f4b9b9f1e54afce3b267c9ee2e6730f Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Tue, 21 Jan 2025 10:33:48 +0000
Subject: [PATCH] Use Python 3.12 in the backend

---
 backend/Dockerfile       |  2 +-
 backend/requirements.txt | 24 ++++++++++++------------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/backend/Dockerfile b/backend/Dockerfile
index f909cd0..9628d43 100644
--- a/backend/Dockerfile
+++ b/backend/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.8.6
+FROM python:3.12
  MAINTAINER Tamas Gal <tgal@km3net.de>
 
  WORKDIR /monitoring
diff --git a/backend/requirements.txt b/backend/requirements.txt
index a80c452..83c1aa6 100644
--- a/backend/requirements.txt
+++ b/backend/requirements.txt
@@ -1,14 +1,14 @@
 docopt==0.6.2
-km3db==0.11.1
-km3io==0.29.0
-km3pipe==9.13.9
-matplotlib==3.6.2
-numba==0.56.4
-numpy==1.23.4
-pandas==1.5.1
-requests==2.27.1
-rocketchat-API==1.25.0
-RocketChatAPIBot==0.1.4
-seaborn==0.12.1
-supervisor==4.2.4
+km3db==0.14.3
+km3io==1.2.2
+km3pipe==10.0.1
+matplotlib==3.10.0
+numba==0.61.0
+numpy==2.1.3
+pandas==2.2.3
+requests==2.32.3
+rocketchat-API==1.34.0
+pyrocketbot==1.0.5
+seaborn==0.13.2
+supervisor==4.2.5
 toml==0.10.2
-- 
GitLab