From 632ccc227b406b68c2f60b889c3e6f1ec11785f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:47:47 +0000 Subject: [PATCH] chore(deps): bump azure-identity from 1.17.1 to 1.18.0 Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.17.1 to 1.18.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.17.1...azure-identity_1.18.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 c960d9b11..18c1504ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires-python = ">=3.9" dependencies = [ "Authlib==1.3.2", "azure-keyvault-secrets==4.8.0", - "azure-identity==1.17.1", + "azure-identity==1.18.0", "Django==5.1.1", "django-csp==3.8", "django-admin-sortable2==2.2.3",