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