From e9f99a309c4d261f4c4b6e7fbb183b630e036ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 06:55:06 +0000 Subject: [PATCH] Bump msal from 1.32.3 to 1.34.0 in /graph_tutorial Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.32.3 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.32.3...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] --- graph_tutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph_tutorial/requirements.txt b/graph_tutorial/requirements.txt index 2501c36..6c47324 100644 --- a/graph_tutorial/requirements.txt +++ b/graph_tutorial/requirements.txt @@ -1,5 +1,5 @@ Django==5.2.1;python_version>"3.9" Django==4.2.20;python_version<="3.9" -msal==1.32.3 +msal==1.34.0 python-dateutil==2.9.0.post0 PyYAML==6.0.2