From 17aaaf811da6c13171ca74d1905484998118d56e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 16:08:57 +0000 Subject: [PATCH] chore(deps-dev): update msal requirement from ~=1.22.0 to ~=1.24.1 Updates the requirements on [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) to permit the latest version. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-python/compare/1.22.0...1.24.1) --- updated-dependencies: - dependency-name: msal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 840f6c6..28b516d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ ] [project.optional-dependencies] -microsoft-auth = ["msal~=1.22.0"] +microsoft-auth = ["msal~=1.24.1"] [project.urls] repository = "https://github.com/plun1331/minecraft.py"