From 2c43e9408354344c58a3213ad04979db6fd808e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:21:31 +0000 Subject: [PATCH] Bump boto3 from 1.28.73 to 1.35.64 Bumps [boto3](https://github.com/boto/boto3) from 1.28.73 to 1.35.64. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.28.73...1.35.64) --- 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..1b4b2060b 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.64 # 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