From 6c7bef4b3504e7f68dd5020851a70955043969bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:33:18 +0000 Subject: [PATCH] Bump msal from 1.26.0 to 1.28.0 in /docassemble_webapp Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.26.0 to 1.28.0. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-python/compare/1.26.0...1.28.0) --- updated-dependencies: - dependency-name: msal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docassemble_webapp/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docassemble_webapp/setup.py b/docassemble_webapp/setup.py index 7f95d59d7..09d9ab0af 100644 --- a/docassemble_webapp/setup.py +++ b/docassemble_webapp/setup.py @@ -156,7 +156,7 @@ def read(fname): "minio==7.2.0", "monotonic==1.6", "more-itertools==10.1.0", - "msal==1.26.0", + "msal==1.28.0", "msal-extensions==1.1.0", "msrest==0.7.1", "multidict==6.0.4",