From 88caa3093c62d40d3b9542a227331a22441e4f8b Mon Sep 17 00:00:00 2001
From: nguyed99 <nguyed99@zedat.fu-berlin.de>
Date: Fri, 8 Mar 2024 22:56:43 +0100
Subject: [PATCH] Update python version

---
 build/pyproject.toml | 2 +-
 pyproject.toml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/pyproject.toml b/build/pyproject.toml
index 45a3e87..403dd46 100644
--- a/build/pyproject.toml
+++ b/build/pyproject.toml
@@ -6,7 +6,7 @@ authors = []
 readme = "README.md"
 
 [tool.poetry.dependencies]
-python = "3.11.5"
+python = "3.11.8"
 numpy = "1.24.4"
 matplotlib = "3.8.0"
 astropy = "6.0.0"
diff --git a/pyproject.toml b/pyproject.toml
index d719911..31079a2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ authors = []
 readme = "README.md"
 
 [tool.poetry.dependencies]
-python = "3.11.5"
+python = "3.11.8"
 toml = "^0.10.2"
 
 [tool.poetry.group.dev.dependencies]
-- 
GitLab