Skip to content

Commit 62d9c9c

Browse files
build: update azure-identity requirement
Updates the requirements on [azure-identity](https://github.com/Azure/azure-sdk-for-python) to permit the latest version. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](Azure/azure-sdk-for-python@azure-identity_1.19.0...azure-identity_1.20.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b451fb8 commit 62d9c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azurefunctions-extensions-bindings-blob/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers= [
2626
dependencies = [
2727
'azurefunctions-extensions-base',
2828
'azure-storage-blob~=12.24.0',
29-
'azure-identity~=1.19.0'
29+
'azure-identity>=1.19,<1.24'
3030
]
3131

3232
[project.optional-dependencies]

0 commit comments

Comments
 (0)