Skip to content

Commit 85dca03

Browse files
Merge pull request #65 from NYPL/dependabot/pip/botocore-1.43.6
Bump botocore from 1.43.1 to 1.43.6
2 parents 979eb38 + 35f8958 commit 85dca03

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ cloudlibrary-client = [
3535
kinesis-client = [
3636
"nypl_py_utils[log-helper]",
3737
"boto3==1.43.1",
38-
"botocore==1.43.1"
38+
"botocore==1.43.6"
3939
]
4040
kms-client = [
4141
"nypl_py_utils[log-helper]",
4242
"boto3==1.43.1",
43-
"botocore==1.43.1"
43+
"botocore==1.43.6"
4444
]
4545
mysql-client = [
4646
"nypl_py_utils[log-helper]",
@@ -57,18 +57,18 @@ postgresql-client = [
5757
]
5858
redshift-client = [
5959
"nypl_py_utils[log-helper]",
60-
"botocore==1.43.1",
60+
"botocore==1.43.6",
6161
"redshift-connector==2.1.13"
6262
]
6363
s3-client = [
6464
"nypl_py_utils[log-helper]",
6565
"boto3==1.43.1",
66-
"botocore==1.43.1"
66+
"botocore==1.43.6"
6767
]
6868
secrets-manager-client = [
6969
"nypl_py_utils[log-helper]",
7070
"boto3==1.43.1",
71-
"botocore==1.43.1"
71+
"botocore==1.43.6"
7272
]
7373
sftp-client = [
7474
"nypl_py_utils[log-helper]",

0 commit comments

Comments
 (0)