From 8f9c319589f9328e79177ec93090027ccd64de7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:47:55 +0000 Subject: [PATCH] chore(deps): bump azure-identity from 1.18.0 to 1.19.0 Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.18.0 to 1.19.0. - [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](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.18.0...azure-identity_1.19.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd83b8cc6..493573041 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ maintainers = [ dependencies = [ "Authlib==1.3.2", "azure-keyvault-secrets==4.8.0", - "azure-identity==1.18.0", + "azure-identity==1.19.0", "Django==5.1.1", "django-csp==3.8", "django-admin-sortable2==2.2.3",