From e4f18826bfc07556713fba86d289dff332e6f194 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:37:10 +0000 Subject: [PATCH] Update dependency pytest to v8.0.2 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index d25b6ca6..8efd0eef 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ httpx==0.27.0 pylint==3.1.0 -pytest==8.0.1 +pytest==8.0.2 pytest-cov==4.1.0 pytype==2024.2.13