From 805c581fea568dbb002b16c1f245bde048441ba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 08:15:17 +0000 Subject: [PATCH] Bump msal from 1.32.3 to 1.33.0 in /graph_tutorial Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.32.3 to 1.33.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.33.0) --- updated-dependencies: - dependency-name: msal dependency-version: 1.33.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..ee1234f 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.33.0 python-dateutil==2.9.0.post0 PyYAML==6.0.2