From de4d731fdb337c5dfed8ce7ea2a69443ab7eaa1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:48:41 +0000 Subject: [PATCH] Update dependency boto3 to v1.42.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | boto3 | 1.38.7 | 1.42.0 | 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 84f229cf..27d152cb 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ -boto3==1.38.7 +boto3==1.42.0 pytest==9.0.1 requests==2.32.3