From cc5f83a8cfa49b4dea7774896079b14dc529ff3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:18:13 +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 74d5409..a68cdf4 100644 --- a/client-samples/python/rest/requirements.txt +++ b/client-samples/python/rest/requirements.txt @@ -1,6 +1,6 @@ black==24.3.0 chardet==5.2.0 -msal==1.25.0 +msal==1.31.1 parameterized==0.9.0 pytest==8.3.4 rel==0.4.9.19