From 952fe94cd3cd324f9b9ea180bca25e8a684c2751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 00:36:46 +0000 Subject: [PATCH] Update msal requirement from >=1.28.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.28.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 e1006ba..f90c64d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,6 @@ PyYAML>=6.0 pyarrow>=15.0.0 opentelemetry-api>=1.25.0 opentelemetry-sdk>=1.25.0 -msal>=1.28.0 +msal>=1.36.0 boxsdk>=3.14.0 tomli; python_version<"3.11" \ No newline at end of file