From a1a4deac55a9f6d629c9162b3c0526f416dc889e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 01:12:19 +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 76e9db9..e0c5d8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,6 @@ PyYAML>=6.0.3 pyarrow>=15.0.0 opentelemetry-api>=1.41.1 opentelemetry-sdk>=1.41.1 -msal>=1.36.0 +msal>=1.37.0 boxsdk>=3.14.0,<4 tomli; python_version<"3.11" \ No newline at end of file