From 0666442332e45f0b836a8db67f21c5e16ec424a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 17:30:37 +0000 Subject: [PATCH] Update dependency pytest to v8.4.2 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | pytest | 8.3.5 | 8.4.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 ec12200a9..a7d28e82a 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ boto3==1.38.7 -pytest==8.3.5 +pytest==8.4.2 requests==2.32.3