From 03eccb9c1e28f525a40f4cacd2e210812b78f10b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 21:18:21 +0000 Subject: [PATCH] Bump msal from 1.22.0 to 1.23.0 Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.22.0 to 1.23.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.22.0...1.23.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 bb7426b..aeb81ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ flask==2.2.3 pdf2image==1.16.3 pyTelegramBotAPI==4.12.0 gunicorn==20.1.0 -msal==1.22.0 +msal==1.23.0 flask-login==0.6.2 flask-session==0.5.0 pytest==7.4.0