From 9305731c2e723996013d3dc125d37ccca393df0b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 7 Sep 2026 09:31:28 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9.1.1 --- pipelines/anomaly_detection/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/anomaly_detection/requirements-dev.txt b/pipelines/anomaly_detection/requirements-dev.txt index 4ed0f1e..0dfc573 100644 --- a/pipelines/anomaly_detection/requirements-dev.txt +++ b/pipelines/anomaly_detection/requirements-dev.txt @@ -1,4 +1,4 @@ yapf==0.43.0 pylint==4.0.8 -pytest==9.0.3 +pytest==9.1.1 setuptools>=78