From add4a9b5d8fce7122b1fcbe0db639c40ee2205a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 10:23:18 +0000 Subject: [PATCH] Update msal requirement from >=1.24.0 to >=1.36.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/compare/1.24.0...1.36.0) --- updated-dependencies: - dependency-name: msal dependency-version: 1.36.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 1b0a1e5..563c601 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ gunicorn>=22.0 requests==2.33.1 cryptography==46.0.7 schedule>=1.2 -msal>=1.24.0 +msal>=1.36.0