From 3d8170673db42a39228993d218cb3ec44e4a5e4f Mon Sep 17 00:00:00 2001
From: Christoph Knote <christoph.knote@med.uni-augsburg.de>
Date: Mon, 21 Mar 2022 15:33:10 +0100
Subject: [PATCH] Fix dependencies

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 2f8a363..d5a156a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,7 +35,7 @@ python = "^3"
 numpy  = ">= 1.2"
 
 [tool.poetry.dev-dependencies]
-pytest = "^5.2"
+pytest = "^5"
 
 [build-system]
 requires = ["poetry-core>=1.0.0"]
-- 
GitLab