From ab2b12c080dfccb926eccdd98f1624567a05e587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 23:54:51 +0000 Subject: [PATCH] chore(deps-dev): bump boto3 Bumps the python-dependencies group with 1 update in the / directory: [boto3](https://github.com/boto/boto3). Updates `boto3` from 1.43.55 to 1.43.56 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.55...1.43.56) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.56 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- uv.lock | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3bdb881b..05a9f3b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ lambda-tests = [ "pytest==9.1.1", "pytest-cov==7.1.0", "moto[all]==5.2.2", - "boto3==1.43.55", + "boto3==1.43.56", # Runtime libs provided by Klayers in production. Installing them here lets # tests import handlers the same way the Lambda runtime does. "PyJWT==2.13.0", @@ -45,5 +45,5 @@ lambda-tests = [ # No moto here: these tests point boto3 at the local MiniStack endpoint. smoke-tests = [ "pytest==9.1.1", - "boto3==1.43.55", + "boto3==1.43.56", ] diff --git a/uv.lock b/uv.lock index 208d3157..2a024927 100644 --- a/uv.lock +++ b/uv.lock @@ -114,16 +114,16 @@ wheels = [ [[package]] name = "boto3" -version = "1.43.55" +version = "1.43.56" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "botocore" }, { name = "jmespath" }, { name = "s3transfer" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/63/62/9a6795d2e85b04615a18bf25d39e9cfea243f7bd532f420eeee17045f157/boto3-1.43.55.tar.gz", hash = "sha256:ab2d18d00fd0ceb7110c3659176b9306e009a313dbc5fcc5bd8734253f115157", size = 112686, upload-time = "2026-07-23T19:29:59.448Z" } +sdist = { url = "https://files.pythonhosted.org/packages/53/05/23e1aa8c9e4b0399a61e7fd65c4f9cc0625121f24760e37471f776404abb/boto3-1.43.56.tar.gz", hash = "sha256:57c90df9fb026f2e6ae22530861198130203733c5c9ec4e5cca3a4037f5a8db4", size = 112673, upload-time = "2026-07-24T19:31:48.606Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f0/b4/354b0a469e7b215efe4ec9b4ef942ae14becedbfd14bf3f87bf72fb7350a/boto3-1.43.55-py3-none-any.whl", hash = "sha256:c8f23355b4eff538a9c04e09666c6defb5013051de23ca826559906787253188", size = 140026, upload-time = "2026-07-23T19:29:57.897Z" }, + { url = "https://files.pythonhosted.org/packages/b8/57/3a960c9f581c00f2a591901b46e035ff79ab3956d16607f12306b3b8d483/boto3-1.43.56-py3-none-any.whl", hash = "sha256:feb699d4ab241ef5c1b80bb58277be2aaad365cd4b672d7817e0bc59ee45131b", size = 140026, upload-time = "2026-07-24T19:31:47.155Z" }, ] [[package]] @@ -600,7 +600,7 @@ forge-github-app-register = [ { name = "uv", specifier = "==0.12.0" }, ] lambda-tests = [ - { name = "boto3", specifier = "==1.43.55" }, + { name = "boto3", specifier = "==1.43.56" }, { name = "cryptography", specifier = "==49.0.0" }, { name = "hypothesis", specifier = "==6.163.0" }, { name = "moto", extras = ["all"], specifier = "==5.2.2" }, @@ -617,7 +617,7 @@ pre-commit-image = [ { name = "uv", specifier = "==0.12.0" }, ] smoke-tests = [ - { name = "boto3", specifier = "==1.43.55" }, + { name = "boto3", specifier = "==1.43.56" }, { name = "pytest", specifier = "==9.1.1" }, ]