python3Packages.azure-identity: 1.23.1 -> 1.25.1

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:17 +01:00
parent bd99e18b42
commit 3c4662a51a
@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "azure-identity";
version = "1.23.1";
version = "1.25.1";
pyproject = true;
src = fetchPypi {
pname = "azure_identity";
inherit version;
hash = "sha256-Imwe+YKp+NXc9uD57TXq7ypNlx592GMX6bnVLnCgNeQ=";
hash = "sha256-h8qDKIg95gNkQ+HDe0Do3I+3SJgkD2EHHgnS42k2FFY=";
};
build-system = [ setuptools ];