From e2401b5cb9937ed3802f8bf556bee078c895bbdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 14:01:05 +0000 Subject: [PATCH] Bump azureml-core from 1.33.0 to 1.50.0 Bumps [azureml-core](https://github.com/Azure/MachineLearningNotebooks) from 1.33.0 to 1.50.0. - [Release notes](https://github.com/Azure/MachineLearningNotebooks/releases) - [Commits](https://github.com/Azure/MachineLearningNotebooks/compare/azureml-sdk-1.33.0...azureml-sdk-1.50.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..842ff030 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.50.0", "azure-identity>=1.4.1", "azure-keyvault==4.1.0", "msrestazure>=0.6.4",