From 409f270eb228dfe33c3ea2ca909e9b0e3f4cb8b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:00:16 +0000 Subject: [PATCH] pip-rest: bump msal from 1.25.0 to 1.31.1 in /client-samples/python/rest Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.25.0 to 1.31.1. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-python/compare/1.25.0...1.31.1) --- updated-dependencies: - dependency-name: msal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client-samples/python/rest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-samples/python/rest/requirements.txt b/client-samples/python/rest/requirements.txt index fdcaa42..34dacf7 100644 --- a/client-samples/python/rest/requirements.txt +++ b/client-samples/python/rest/requirements.txt @@ -1 +1 @@ -msal==1.25.0 \ No newline at end of file +msal==1.31.1 \ No newline at end of file