From 88b07853e0f5adb8893483afc990d6a555f09110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:33:47 +0000 Subject: [PATCH] Bump msal from 1.16.0 to 1.31.0 in /console-app-device-code Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.16.0 to 1.31.0. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-python/compare/1.16.0...1.31.0) --- updated-dependencies: - dependency-name: msal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- console-app-device-code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console-app-device-code/requirements.txt b/console-app-device-code/requirements.txt index 7fbb17d..a6adbaa 100644 --- a/console-app-device-code/requirements.txt +++ b/console-app-device-code/requirements.txt @@ -1,5 +1,5 @@ # Microsoft Authentication Library for Python -msal==1.16.0 +msal==1.31.0 # Requests requests==2.27.1