chore(bump): bump azure-identity (#11235)

Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
This commit is contained in:
david-leifker 2024-08-26 09:44:08 -05:00 committed by GitHub
parent 8479d2f6ab
commit 94e7706e3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -238,7 +238,7 @@ pyhive_common = {
# Instead, we put the fix in our PyHive fork, so no thrift pin is needed.
}
microsoft_common = {"msal==1.22.0"}
microsoft_common = {"msal>=1.22.0"}
iceberg_common = {
# Iceberg Python SDK
@ -271,7 +271,7 @@ s3_base = {
abs_base = {
"azure-core==1.29.4",
"azure-identity>=1.14.0",
"azure-identity>=1.17.1",
"azure-storage-blob>=12.19.0",
"azure-storage-file-datalake>=12.14.0",
"more-itertools>=8.12.0",