From b01464f4b0583ab8ecb8eb30d44cb427a87ed35d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:05:08 +0000 Subject: [PATCH] chore: bump the all group across 1 directory with 2 updates Bumps the all group with 2 updates in the /examples/msal-python directory: [azure-keyvault-secrets](https://github.com/Azure/azure-sdk-for-python) and [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python). Updates `azure-keyvault-secrets` from 4.7.0 to 4.9.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-keyvault-secrets_4.7.0...azure-keyvault-secrets_4.9.0) Updates `msal` from 1.22.0 to 1.31.1 - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-python/compare/1.22.0...1.31.1) --- updated-dependencies: - dependency-name: azure-keyvault-secrets dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: msal dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- examples/msal-python/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/msal-python/requirements.txt b/examples/msal-python/requirements.txt index ae484f0..86959d4 100644 --- a/examples/msal-python/requirements.txt +++ b/examples/msal-python/requirements.txt @@ -1,2 +1,2 @@ -azure-keyvault-secrets==4.7.0 -msal==1.22.0 +azure-keyvault-secrets==4.9.0 +msal==1.31.1