From 1df1e7ff8c248647054858d9d3fc27da92540509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 15:50:16 +0000 Subject: [PATCH] Bump azure-core in /samples/web-app-managed-identity/python/src Bumps [azure-core](https://github.com/Azure/azure-sdk-for-python) from 1.35.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.35.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] --- samples/web-app-managed-identity/python/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/web-app-managed-identity/python/src/requirements.txt b/samples/web-app-managed-identity/python/src/requirements.txt index 5c1eb2c..24b498b 100644 --- a/samples/web-app-managed-identity/python/src/requirements.txt +++ b/samples/web-app-managed-identity/python/src/requirements.txt @@ -1,6 +1,6 @@ Flask==3.1.0 azure-identity==1.12.0 azure-storage-blob==12.26.0 -azure-core==1.35.0 +azure-core==1.38.0 gunicorn==23.0.0 python-dotenv==1.1.1 \ No newline at end of file