From 2167b4fbd4eec7debcbd52ccfecd83df38f9e01b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 13:45:23 +0000 Subject: [PATCH] Bump azureml-core from 1.33.0 to 1.53.0 Bumps [azureml-core](https://github.com/Azure/MachineLearningNotebooks) from 1.33.0 to 1.53.0. - [Release notes](https://github.com/Azure/MachineLearningNotebooks/releases) - [Commits](https://github.com/Azure/MachineLearningNotebooks/compare/azureml-sdk-1.33.0...azureml-sdk-1.53.0) --- 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..a96f2e3d 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.53.0", "azure-identity>=1.4.1", "azure-keyvault==4.1.0", "msrestazure>=0.6.4",