From 1bc5ccaf67794830a3d3a2ab1130edf6d242cff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 06:44:44 +0000 Subject: [PATCH] Build(deps): Bump boto3 from 1.43.51 to 1.43.53 Bumps [boto3](https://github.com/boto/boto3) from 1.43.51 to 1.43.53. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.51...1.43.53) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.53 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 70e65491..e9f3e83a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -340,19 +340,19 @@ uvloop = ["uvloop (>=0.15.2) ; sys_platform != \"win32\"", "winloop (>=0.5.0) ; [[package]] name = "boto3" -version = "1.43.51" +version = "1.43.53" description = "The AWS SDK for Python" optional = true python-versions = ">=3.10" groups = ["main"] markers = "extra == \"all\" or extra == \"sqs\"" files = [ - {file = "boto3-1.43.51-py3-none-any.whl", hash = "sha256:a97057bb609fd38c80448db6a93db770786775dabd651401debf09816d4553d7"}, - {file = "boto3-1.43.51.tar.gz", hash = "sha256:b5a416cc703db73b69b22bef563c89c1fb14a4b10a93628d3c7abc4dd1aaf979"}, + {file = "boto3-1.43.53-py3-none-any.whl", hash = "sha256:5383e705d8a976a14f23bb8c113c07a396931a019db98fce4cdc68650ec6e4d8"}, + {file = "boto3-1.43.53.tar.gz", hash = "sha256:c80425acab314d7af09609562053f565139e1fe49108eacfcc1601ebfaee235b"}, ] [package.dependencies] -botocore = ">=1.43.51,<1.44.0" +botocore = ">=1.43.53,<1.44.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.19.0,<0.20.0"