From 6847aa1ad23e0fe4b13482514e7f0f0a49ff2b5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:56:34 +0000 Subject: [PATCH] Update dependency pytest to v8.3.4 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index a265296f..4a7153db 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ httpx==0.27.2 pylint==3.3.1 -pytest==8.3.3 +pytest==8.3.4 pytest-cov==6.0.0 pytype==2024.10.11