From 638a8d0d0ea9cd01998f8f2ef8f05791e3d04e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 20:25:07 +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.78 to 1.43.79 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.78...1.43.79) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.79 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 82de93c..d3dbdc5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -138,18 +138,18 @@ uvloop = ["uvloop (>=0.15.2) ; sys_platform != \"win32\"", "winloop (>=0.5.0) ; [[package]] name = "boto3" -version = "1.43.78" +version = "1.43.79" description = "The AWS SDK for Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "boto3-1.43.78-py3-none-any.whl", hash = "sha256:893f06a171469618e17de78dc927aca6e74fcf45a70d2c5918e9ac9919e96cc9"}, - {file = "boto3-1.43.78.tar.gz", hash = "sha256:2fa59116e298171ef59e7600a8be6c01177faef8af4b9a4314b7a57a04009ada"}, + {file = "boto3-1.43.79-py3-none-any.whl", hash = "sha256:4c2381cf99abf749c82762a636337f4aba4800fda6525412fcae2bebe4f72748"}, + {file = "boto3-1.43.79.tar.gz", hash = "sha256:a36b4209a8170f7f8d2c19b36f350808f313b178939c9e5df0a8f683717a6d9c"}, ] [package.dependencies] -botocore = ">=1.43.78,<1.44.0" +botocore = ">=1.43.79,<1.44.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.19.0,<0.20.0"