From 60a761102b9720bdc07e966777b36eac695a7ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 22:23:38 +0000 Subject: [PATCH] Bump azure-core Bumps [azure-core](https://github.com/Azure/azure-sdk-for-python) from 1.30.0 to 1.38.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.30.0...azure-core_1.38.0) --- updated-dependencies: - dependency-name: azure-core dependency-version: 1.38.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Data Connectors/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solutions/WithSecureElementsViaFunction/Data Connectors/requirements.txt b/Solutions/WithSecureElementsViaFunction/Data Connectors/requirements.txt index cc08ae889c5..742e78f41b0 100644 --- a/Solutions/WithSecureElementsViaFunction/Data Connectors/requirements.txt +++ b/Solutions/WithSecureElementsViaFunction/Data Connectors/requirements.txt @@ -1,4 +1,4 @@ -azure-core==1.30.0 ; python_version >= "3.10" and python_version < "3.11" +azure-core==1.38.0 ; python_version >= "3.10" and python_version < "3.11" azure-data-tables==12.5.0 ; python_version >= "3.10" and python_version < "3.11" azure-identity==1.15.0 ; python_version >= "3.10" and python_version < "3.11" azure-monitor-ingestion==1.0.3 ; python_version >= "3.10" and python_version < "3.11"