python3Packages.azure-identity: 1.19.0 -> 1.21.0

https://github.com/Azure/azure-sdk-for-python/blob/azure-identity_1.21.0/sdk/identity/azure-identity/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:05 +02:00
parent 8c84472d99
commit e5969f0f60
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "azure-identity";
version = "1.19.0";
version = "1.21.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "azure_identity";
inherit version;
hash = "sha256-UAFE3BgZfXAZuBUBFl1PqSIl8Dd48X18qKKhgBKanIM=";
hash = "sha256-6iLObmsPQpvBuNkhLVufmHe9TILxckv6kQdgYSwHqaY=";
};
build-system = [ setuptools ];