From e9696094e22dcbdf35d436eb2f96022c3f6341bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:30:52 -0800 Subject: [PATCH] Bump pytest from 8.3.3 to 8.3.4 (#2157) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 77ad1355f..050d4da4f 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -7,5 +7,5 @@ numpy==2.1.2; python_version >= '3.10' polib==1.2.0 pytest-cov==6.0.0 pytest-xdist==3.6.1 -pytest==8.3.3 +pytest==8.3.4 zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability