From 98e27c16360b6a8013fb8115a161349928bd8934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 20:25:16 +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.20 to 1.43.22 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.20...1.43.22) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.22 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 c355a71..22405dd 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.20" +version = "1.43.22" description = "The AWS SDK for Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "boto3-1.43.20-py3-none-any.whl", hash = "sha256:ee878fa5cd739f38e68fbad535ff9bc3bf7c409290943a62f5e8bddad486aad4"}, - {file = "boto3-1.43.20.tar.gz", hash = "sha256:536d023d9f72dcec04254f71b216b78c6ee644be56ac61e780a6c73c1ddea445"}, + {file = "boto3-1.43.22-py3-none-any.whl", hash = "sha256:0597fb9fe1613e636ac55219a5a54ad0fcb7c15e6be32c799301f7fb53ff04e1"}, + {file = "boto3-1.43.22.tar.gz", hash = "sha256:2a7fe12d8e0731bb8aa7c1e59b4ccc770fda031b8659c2f6f497393bdcec3051"}, ] [package.dependencies] -botocore = ">=1.43.20,<1.44.0" +botocore = ">=1.43.22,<1.44.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.18.0,<0.19.0"