From e3e116bacde9e36724602f9203f47b8e9609e7f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 04:02:50 +0000 Subject: [PATCH] Update boto3 requirement from <1.36.0 to <1.38.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.37.13) --- 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 a3baae828c6a..3fb0cc7bd392 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -76,10 +76,10 @@ 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.38.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.38.0 # See issue https://github.com/ITISFoundation/osparc-simcore/issues/7300 pydantic-settings<2.7.1