From e4a2c1632a94da44039c40ead99f954a3dd79765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:46:59 +0000 Subject: [PATCH] Bump msal from 1.30.0 to 1.31.0 Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.30.0 to 1.31.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.30.0...1.31.0) --- 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 3ceb35d..97ba90a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ flask==3.0.3 pdf2image==1.17.0 pyTelegramBotAPI==4.22.1 gunicorn==23.0.0 -msal==1.30.0 +msal==1.31.0 flask-login==0.6.3 flask-session==0.8.0 pytest==8.3.2