From 1316cec3a045bd411237d644f22e609cfde407bc Mon Sep 17 00:00:00 2001 From: gschnabel <40870991+gschnabel@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:24:40 +0200 Subject: [PATCH] bump version of pytest to 7.2.0 to remove ReDos issue --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2896eab..f8bf1ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ tf-keras = "2.16.0" dill = "^0.3.7" [tool.poetry.group.dev.dependencies] -pytest = "^7.1.3" +pytest = "^7.2.0" openpyxl = "^3.0.10" [build-system]