From 0b65aa0c108cfbb1c15bfd70940e000a4f15a805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 04:15:23 +0000 Subject: [PATCH] Update msal requirement from ~=1.25.0 to ~=1.26.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) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-python/compare/1.25.0...1.26.0) --- updated-dependencies: - dependency-name: msal 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 d7388bf807e..c912d300c74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -71,7 +71,7 @@ MarkupSafe~=2.1.1 matplotlib~=3.8.0 matplotlib-inline==0.1.6 mistune~=3.0.1 -msal~=1.25.0 +msal~=1.26.0 msal-extensions~=1.0.0 mypy~=1.7.0 mypy-extensions~=1.0.0