From 6ac50f46fca27a1aa1626cd182f37fd548229061 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 12:58:29 +0000 Subject: [PATCH] Update dependency pytest to v8.4.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index bf512987..cc054849 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ httpx==0.27.2 pylint==3.3.6 -pytest==8.3.5 +pytest==8.4.0 pytest-cov==6.1.1 pytype==2024.10.11