From c380e7772a98a27a8d48ef249d72d844f48fc1f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 20:02:38 +0000 Subject: [PATCH] Bump boto3 from 1.43.1 to 1.43.15 Bumps [boto3](https://github.com/boto/boto3) from 1.43.1 to 1.43.15. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.1...1.43.15) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.15 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7ec0f6d..b69b740 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,12 +34,12 @@ cloudlibrary-client = [ ] kinesis-client = [ "nypl_py_utils[log-helper]", - "boto3==1.43.1", + "boto3==1.43.15", "botocore==1.43.6" ] kms-client = [ "nypl_py_utils[log-helper]", - "boto3==1.43.1", + "boto3==1.43.15", "botocore==1.43.6" ] mysql-client = [ @@ -62,12 +62,12 @@ redshift-client = [ ] s3-client = [ "nypl_py_utils[log-helper]", - "boto3==1.43.1", + "boto3==1.43.15", "botocore==1.43.6" ] secrets-manager-client = [ "nypl_py_utils[log-helper]", - "boto3==1.43.1", + "boto3==1.43.15", "botocore==1.43.6" ] sftp-client = [