From 2fed1b75dfabbdbc69b0e8e15a707a62b5b4b989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 23:00:47 +0000 Subject: [PATCH] Bump boto3 from 1.35.5 to 1.35.18 Bumps [boto3](https://github.com/boto/boto3) from 1.35.5 to 1.35.18. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.5...1.35.18) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5b33a5d..7c7ecc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pymongo==4.8.0 -boto3==1.35.5 +boto3==1.35.18 requests==2.32.3 Pillow==10.4.0 Flask==2.2.3