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]",