From 4bb2a13885392c01b1cf0a825b4b71f731d0548f Mon Sep 17 00:00:00 2001
From: Bjarke Madsen <bjarke@nordu.net>
Date: Mon, 25 Nov 2024 14:19:55 +0100
Subject: [PATCH] revert mypy and sentry sdk upgrades

---
 mypy.ini         | 2 +-
 requirements.txt | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mypy.ini b/mypy.ini
index 17c26703..43907e97 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -1,4 +1,4 @@
 [mypy]
-python_version = 3.8
+python_version = 3.11
 disallow_untyped_defs = False
 ignore_missing_imports = False
diff --git a/requirements.txt b/requirements.txt
index c0fa894a..fc23268d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -21,7 +21,7 @@ sphinx-rtd-theme
 sphinxcontrib-httpdomain
 tox
 
-mypy
+mypy~=1.2
 types-docutils
 types-jsonschema
 types-Flask-Cors
@@ -29,5 +29,5 @@ types-openpyxl
 types-setuptools
 types-click
 
-sentry-sdk[flask]
+sentry-sdk[flask]~=1.23
 python-dotenv
-- 
GitLab