From 35f895837743805add31e96633ddc72ef8af34c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 18:39:08 +0000 Subject: [PATCH] Bump botocore from 1.43.1 to 1.43.6 Bumps [botocore](https://github.com/boto/botocore) from 1.43.1 to 1.43.6. - [Commits](https://github.com/boto/botocore/compare/1.43.1...1.43.6) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.43.6 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 de7cd12..d144618 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.1" + "botocore==1.43.6" ] kms-client = [ "nypl_py_utils[log-helper]", "boto3==1.43.1", - "botocore==1.43.1" + "botocore==1.43.6" ] mysql-client = [ "nypl_py_utils[log-helper]", @@ -57,18 +57,18 @@ postgresql-client = [ ] redshift-client = [ "nypl_py_utils[log-helper]", - "botocore==1.43.1", + "botocore==1.43.6", "redshift-connector==2.1.13" ] s3-client = [ "nypl_py_utils[log-helper]", "boto3==1.43.1", - "botocore==1.43.1" + "botocore==1.43.6" ] secrets-manager-client = [ "nypl_py_utils[log-helper]", "boto3==1.43.1", - "botocore==1.43.1" + "botocore==1.43.6" ] sftp-client = [ "nypl_py_utils[log-helper]",