From 750945a84f60dec38896b6f64bbe78fb5d69837f Mon Sep 17 00:00:00 2001
From: Maximilian Moser <maximilian.moser@tuwien.ac.at>
Date: Mon, 26 Feb 2024 12:40:30 +0100
Subject: [PATCH] Update formatscaper Python to 3.12

* for typing annotations and other goodies
---
 formatscaper/Pipfile      |  2 +-
 formatscaper/Pipfile.lock | 19 ++++++++-----------
 2 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/formatscaper/Pipfile b/formatscaper/Pipfile
index bda311c..8e85972 100644
--- a/formatscaper/Pipfile
+++ b/formatscaper/Pipfile
@@ -11,4 +11,4 @@ urwid = "*"
 [dev-packages]
 
 [requires]
-python_version = "3.9"
+python_version = "3.12"
diff --git a/formatscaper/Pipfile.lock b/formatscaper/Pipfile.lock
index 24de050..b97d49b 100644
--- a/formatscaper/Pipfile.lock
+++ b/formatscaper/Pipfile.lock
@@ -1,11 +1,11 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "a5e084bb30ee94af6dce803be60cad5d735281bfaebfb46d70a85380b0e4c130"
+            "sha256": "850ae0c1010821737e12fb4fdf893fb56a6372c198a5d0667968f38679d57c3b"
         },
         "pipfile-spec": 6,
         "requires": {
-            "python_version": "3.9"
+            "python_version": "3.12"
         },
         "sources": [
             {
@@ -18,12 +18,11 @@
     "default": {
         "progressbar2": {
             "hashes": [
-                "sha256:036fa3bd35ae27c92e73fce4fb18aa4ba5090a1880d880cf954ecb75ccd6f3fb",
-                "sha256:c37e6e1b4e57ab43f95c3d0e8d90061bec140e4fed56b8343183db3aa1e19a52"
+                "sha256:714995e7725fb13e10a720eccf8ce8ff775d9f26247798c71f71447a15cfbe10",
+                "sha256:97d323ba03ad3d017a4d047fd0b2d3e733c5a360c07f87d269f96641c3de729f"
             ],
             "index": "pypi",
-            "markers": "python_version >= '3.8'",
-            "version": "==4.3.2"
+            "version": "==4.4.1"
         },
         "python-utils": {
             "hashes": [
@@ -88,16 +87,15 @@
                 "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f"
             ],
             "index": "pypi",
-            "markers": "python_version >= '3.6'",
             "version": "==6.0.1"
         },
         "typing-extensions": {
             "hashes": [
-                "sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783",
-                "sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd"
+                "sha256:69b1a937c3a517342112fb4c6df7e72fc39a38e7891a5730ed4985b5214b5475",
+                "sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb"
             ],
             "markers": "python_version >= '3.8'",
-            "version": "==4.9.0"
+            "version": "==4.10.0"
         },
         "urwid": {
             "hashes": [
@@ -105,7 +103,6 @@
                 "sha256:dea5b2e8f992946774fe864894d55c1045175d96c1266904755909dcd52d3cb5"
             ],
             "index": "pypi",
-            "markers": "python_version >= '3.8'",
             "version": "==2.6.4"
         },
         "wcwidth": {
-- 
GitLab