From f8a27f36bfa94554fcc671bd45f70af933fce497 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:20:20 +0000 Subject: [PATCH] Update dependency pytest to v8.3.3 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | pytest | 8.3.2 | 8.3.3 | 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 b2035050e..e7bc3b0f0 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ boto3==1.35.1 -pytest==8.3.2 +pytest==8.3.3 requests==2.32.3