From 18676746f1964661adb1b21e3049ea9875c189e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 03:47:08 +0000 Subject: [PATCH] Update dependency pytest to v8.3.4 (#852) | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | pytest | 8.3.3 | 8.3.4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-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 e7bc3b0f..65ea72bb 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ boto3==1.35.1 -pytest==8.3.3 +pytest==8.3.4 requests==2.32.3