From bf07f74007e43a425fbf760cabf3562d04507d00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:45:09 +0000 Subject: [PATCH] Bump msal from 1.23.0 to 1.24.1 Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.23.0 to 1.24.1. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-python/compare/1.23.0...1.24.1) --- updated-dependencies: - dependency-name: msal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9fec599..a4c1f3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ flask==2.3.3 pdf2image==1.16.3 pyTelegramBotAPI==4.13.0 gunicorn==21.2.0 -msal==1.23.0 +msal==1.24.1 flask-login==0.6.2 flask-session==0.5.0 pytest==7.4.0