From 9f90663fc5e70e4c415115dba6b9558df47581d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 14:02:25 +0000 Subject: [PATCH] Bump azureml-core from 1.33.0 to 1.52.0 Bumps [azureml-core](https://github.com/Azure/MachineLearningNotebooks) from 1.33.0 to 1.52.0. - [Release notes](https://github.com/Azure/MachineLearningNotebooks/releases) - [Commits](https://github.com/Azure/MachineLearningNotebooks/commits) --- updated-dependencies: - dependency-name: azureml-core dependency-type: direct:production 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..377ca62e 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.52.0", "azure-identity>=1.4.1", "azure-keyvault==4.1.0", "msrestazure>=0.6.4",