From c2a1eb822c6bf38817e1fc45cef52c4b1e199ab0 Mon Sep 17 00:00:00 2001 From: Teklia Bot <bot@teklia.com> Date: Fri, 26 Jul 2024 01:03:29 +0000 Subject: [PATCH] Bump Python requirement pytest to 8.3.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88831c8..146edc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ training = [ ] test = [ "scikit-image==0.22.0", - "pytest==8.1.1", + "pytest==8.3.2", "pytest-lazy-fixtures==1.0.7", ] -- GitLab