From e072b5b193479f84dea4dc6dd70db88bf4332da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 04:13:11 +0000 Subject: [PATCH] Update boto3 requirement from <1.36.0 to <1.37.0 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/0.0.1...1.36.11) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 999f7a1beab..ede19054bd2 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -76,7 +76,7 @@ referencing<=0.35.1 # SEE https://github.com/ITISFoundation/osparc-simcore/issues/7086 moto<5.0.21 -# Pin boto3<1.36.0 till the following is addressed https://github.com/boto/botocore/issues/2308 +# Pin boto3<1.37.0 till the following is addressed https://github.com/boto/botocore/issues/2308 # when removing this pin, also update the aws cli inside ci/github/helpers/install_aws_cli_v2.bash # SEE https://github.com/ITISFoundation/osparc-simcore/issues/7127 -boto3<1.36.0 +boto3<1.37.0