From ff498f0de5621c51a1f8e854c16f48f7eb146772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 20:25:30 +0000 Subject: [PATCH] build(deps-dev): bump boto3 in the patch-and-minor group Bumps the patch-and-minor group with 1 update: [boto3](https://github.com/boto/boto3). Updates `boto3` from 1.43.26 to 1.43.27 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.26...1.43.27) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.27 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index ff18582..180effd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -112,18 +112,18 @@ uvloop = ["uvloop (>=0.15.2) ; sys_platform != \"win32\"", "winloop (>=0.5.0) ; [[package]] name = "boto3" -version = "1.43.26" +version = "1.43.27" description = "The AWS SDK for Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "boto3-1.43.26-py3-none-any.whl", hash = "sha256:7c88bfbde6abcf062d04ac410a1cf4eaf8675f025f35f3ad9accc9b0224ce6b9"}, - {file = "boto3-1.43.26.tar.gz", hash = "sha256:33f027b7911dffe84f4896b66024c228eb856f4cf8c1ff3465be0eae1f413731"}, + {file = "boto3-1.43.27-py3-none-any.whl", hash = "sha256:b3eea072c2fdbbdd8c6161f912f603be10c8ec477625926dea8b91a0842a3482"}, + {file = "boto3-1.43.27.tar.gz", hash = "sha256:dc0d1b47f391983d8b3047e49402d31f9aaa4d7b398d3b4ea986fe680cbea43a"}, ] [package.dependencies] -botocore = ">=1.43.26,<1.44.0" +botocore = ">=1.43.27,<1.44.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.18.0,<0.19.0"