From 77be8ff244661f5bbcf3e8aa93f726864dfb8822 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Wed, 11 Oct 2023 14:11:49 +0200
Subject: [PATCH] DEP: Increase required version of linkahead

---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 69061ab3..32edcde6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,7 +21,7 @@ python_requires = >=3.7
 install_requires =
 	importlib-resources
 	caosadvancedtools >= 0.7.0
-    linkahead
+    linkahead >= 0.13.1
     yaml-header-tools >= 0.2.1
     pyyaml
     odfpy #make optional
-- 
GitLab