From b9ed2bc4ff24cbf736006900094eeee4330488b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:10:56 +0000 Subject: [PATCH] Bump azureml-core from 1.33.0 to 1.61.0.post2 Bumps [azureml-core](https://github.com/Azure/MachineLearningNotebooks) from 1.33.0 to 1.61.0.post2. - [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.post2 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..6b223741 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.post2", "azure-identity>=1.4.1", "azure-keyvault==4.1.0", "msrestazure>=0.6.4",