From 0a37e930c6cc5dcf3b8e1a9ce20ea8e4e016095a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 21:01:23 +0000 Subject: [PATCH] build(deps): bump msal from 1.33.0 to 1.34.0 Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.33.0 to 1.34.0. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases) - [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-python/blob/dev/RELEASES.md) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-python/compare/1.33.0...1.34.0) --- updated-dependencies: - dependency-name: msal dependency-version: 1.34.0 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 dea85a4..a0e3acb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ flask==3.1.2 pdf2image==1.17.0 pyTelegramBotAPI==4.29.1 gunicorn==23.0.0 -msal==1.33.0 +msal==1.34.0 flask-login==0.6.3 flask-session==0.8.0 pytest==8.4.2