From b5d5de298f2d52d69f6c334985b6d88529ed5542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:28:49 +0000 Subject: [PATCH] Bump boto3 from 1.28.73 to 1.35.15 Bumps [boto3](https://github.com/boto/boto3) from 1.28.73 to 1.35.15. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.28.73...1.35.15) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- config/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements/base.txt b/config/requirements/base.txt index 22411256f..ec0c63dad 100644 --- a/config/requirements/base.txt +++ b/config/requirements/base.txt @@ -1,7 +1,7 @@ # General # ------------------------------------------------------------------------------ argon2-cffi==23.1.0 # https://github.com/hynek/argon2-cffi -boto3==1.28.73 # https://github.com/boto/boto3 +boto3==1.35.15 # https://github.com/boto/boto3 eth-account==0.13.1 # https://github.com/ethereum/eth-account google-api-python-client==2.99.0 # https://github.com/googleapis/google-api-python-client Pillow==10.0.1 # https://github.com/python-pillow/Pillow