From 752cf0c478b85ede5dcc969e3967ea3d74dcf4b9 Mon Sep 17 00:00:00 2001 From: Hank Greenburg Date: Fri, 7 Feb 2025 13:57:44 -0800 Subject: [PATCH] fix: update pytest version to fix security vuln (#277) Co-authored-by: Ryan Shaffer <3620100+rmshaffer@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8255238f..7bff40a7 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ "isort", "pre-commit", "pylint", - "pytest==7.1.2", + "pytest==7.2.0", "pytest-benchmark", "pytest-cov", "pytest-rerunfailures",