From 431c76f45492b96742383dc41d01af1fa1349774 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 01:59:45 +0000 Subject: [PATCH] Update dependency boto3 to v1.38.7 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | boto3 | 1.37.7 | 1.38.7 | 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 a9243fec..ec12200a 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ -boto3==1.37.7 +boto3==1.38.7 pytest==8.3.5 requests==2.32.3