From e6db28e4b373967c396c6687c669b018024e9f38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:50:01 +0000 Subject: [PATCH] Update msrestazure requirement from >=0.6.4 to >=0.6.4.post1 Updates the requirements on [msrestazure](https://github.com/Azure/msrestazure-for-python) to permit the latest version. - [Release notes](https://github.com/Azure/msrestazure-for-python/releases) - [Commits](https://github.com/Azure/msrestazure-for-python/commits) --- updated-dependencies: - dependency-name: msrestazure dependency-version: 0.6.4.post1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb7a44d5..727a11c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ msft-utils = [ "azureml-core==1.33.0", "azure-identity>=1.4.1", "azure-keyvault==4.1.0", - "msrestazure>=0.6.4", + "msrestazure>=0.6.4.post1", "azure-mgmt-resource>=12.1.0", "python-dotenv>=0.14.0,<0.20.0" ]