From a7e1ef255267c0d21d9c7ea8c2252638ad643af3 Mon Sep 17 00:00:00 2001
From: ndaelman <ndaelman@physik.hu-berlin.de>
Date: Fri, 15 Nov 2024 22:16:59 +0100
Subject: [PATCH] Bump dependencies

---
 pyproject.toml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index da497aba..79cdc04d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -40,12 +40,13 @@ dependencies = [
 
 [project.optional-dependencies]
 dev = [
-    "mypy==1.0.1",
-    "ruff",
-    "pytest",
-    "pytest-timeout",
-    "pytest-cov",
-    "structlog",
+    'mypy==1.0.1',
+    'pytest>= 5.3.0, <8',
+    'pytest-timeout>=1.4.2',
+    'pytest-cov>=2.7.1',
+    'ruff>=0.6',
+    'structlog>=1.0',
+    'typing-extensions>=4.12',
 ]
 
 [tool.uv]