From 19c02ddf3143a5a8ab9e0c2aa0e393e0099f018e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 13:29:25 +0000 Subject: [PATCH] Update dependency pytest to v8.3.5 (#920) | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | pytest | 8.3.4 | 8.3.5 | 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 3a7d6ab0..e7f84a12 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ boto3==1.36.6 -pytest==8.3.4 +pytest==8.3.5 requests==2.32.3