From daff25405be213d076f16b303657bd755ea17cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 06:52:09 +0000 Subject: [PATCH] DEP(deps): Update boto3 requirement from ~=1.38.13 to ~=1.38.14 Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.13...1.38.14) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.38.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index cdc3c2cfa..a27f65490 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,7 +4,7 @@ point pytest requests~=2.32.3 -boto3~=1.38.13 +boto3~=1.38.14 cachetools~=5.5.2 setuptools~=77.0.3 diff --git a/requirements.txt b/requirements.txt index c25bd4dca..3d7b52f69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pytest requests~=2.32.3 -boto3~=1.38.13 +boto3~=1.38.14 cachetools~=5.5.2 setuptools~=77.0.3