From 490289ebe5c18b41e26b62e9d5d78257911f527d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 12:39:36 +0000 Subject: [PATCH] Update dependency pytest to v8.4.2 --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 7115308..a2e7ef8 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ ruff==0.12.11 -pytest==8.4.1 +pytest==8.4.2 pytest-asyncio==1.1.0 pytest-cov==6.2.1 coverage==7.10.6