From de2143c7195a8a979512b9a5080545ce2d65feff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 13:03:52 +0000 Subject: [PATCH] Bump azureml-core from 1.33.0 to 1.61.0.post3 Bumps [azureml-core](https://github.com/Azure/MachineLearningNotebooks) from 1.33.0 to 1.61.0.post3. - [Release notes](https://github.com/Azure/MachineLearningNotebooks/releases) - [Commits](https://github.com/Azure/MachineLearningNotebooks/commits) --- updated-dependencies: - dependency-name: azureml-core dependency-version: 1.61.0.post3 dependency-type: direct:development update-type: version-update:semver-minor ... 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..39f0d0b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ ama = [ "cryptography>=3.3.1" ] msft-utils = [ - "azureml-core==1.33.0", + "azureml-core==1.61.0.post3", "azure-identity>=1.4.1", "azure-keyvault==4.1.0", "msrestazure>=0.6.4",