From 8c2df29f12d485d4586f8478a555fbe89d17cfc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 02:14:12 +0000 Subject: [PATCH] Update dependency pytest to v8.2.1 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 58883506..65fe64ff 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ httpx==0.27.0 pylint==3.2.0 -pytest==8.2.0 +pytest==8.2.1 pytest-cov==5.0.0 pytype==2024.4.11