From 1f3374f8cdc0de1d2af3eadb3b5f3a1a14c7509a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 08:55:23 +0000 Subject: [PATCH] chore(deps): bump azure-core Bumps the inference-dependencies group with 1 update in the /evaluation directory: [azure-core](https://github.com/Azure/azure-sdk-for-python). Updates `azure-core` from 1.39.0 to 1.40.0 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-core_1.39.0...azure-core_1.40.0) --- updated-dependencies: - dependency-name: azure-core dependency-version: 1.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: inference-dependencies ... Signed-off-by: dependabot[bot] --- evaluation/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluation/pyproject.toml b/evaluation/pyproject.toml index c76e2340..3077c182 100644 --- a/evaluation/pyproject.toml +++ b/evaluation/pyproject.toml @@ -5,7 +5,7 @@ description = "Evaluation workflow runtime dependencies" requires-python = ">=3.12" dependencies = [ "numpy==2.2.6", - "azure-core==1.39.0", + "azure-core==1.40.0", "azure-storage-blob==12.28.0", "azure-identity==1.25.3", "azure-ai-ml==1.32.0",