From e4c1b934322d0a381396cbe8bce90cbac21436b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:07:47 +0000 Subject: [PATCH] Update dependency pytest to v9.0.2 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | pytest | 9.0.1 | 9.0.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 84f229cfa..ea0c235e1 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ boto3==1.38.7 -pytest==9.0.1 +pytest==9.0.2 requests==2.32.3