From d1cbb3ec12b61945f63c364ae895b82fea3b7f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 13:14:59 +0000 Subject: [PATCH] Bump azure-keyvault from 4.1.0 to 4.2.0 Bumps [azure-keyvault](https://github.com/Azure/azure-sdk-for-python) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-keyvault_4.1.0...azure-keyvault_4.2.0) --- updated-dependencies: - dependency-name: azure-keyvault 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 bb7a44d5..9f5054ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ ama = [ msft-utils = [ "azureml-core==1.33.0", "azure-identity>=1.4.1", - "azure-keyvault==4.1.0", + "azure-keyvault==4.2.0", "msrestazure>=0.6.4", "azure-mgmt-resource>=12.1.0", "python-dotenv>=0.14.0,<0.20.0"