From 53911b4609aa2d249c8ee5c10106b18814e877a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 10:22:42 +0000 Subject: [PATCH] Update msal requirement from >=1.36.0 to >=1.37.0 Updates the requirements on [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) to permit the latest version. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases) - [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-python/blob/dev/RELEASES.md) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-python/commits) --- updated-dependencies: - dependency-name: msal dependency-version: 1.37.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a5cbef9..eeb3018 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ gunicorn>=22.0 requests==2.34.2 cryptography==48.0.0 schedule>=1.2.2 -msal>=1.36.0 +msal>=1.37.0