From 76be951a90d5d42705cc9389b1d470bc2ef69c8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 22:05:09 +0000 Subject: [PATCH] Bump azure-core from 1.25.1 to 1.38.0 in /stac_fastapi/api Bumps [azure-core](https://github.com/Azure/azure-sdk-for-python) from 1.25.1 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.25.1...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] --- stac_fastapi/api/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stac_fastapi/api/setup.py b/stac_fastapi/api/setup.py index c488df0a2..f301e62d7 100644 --- a/stac_fastapi/api/setup.py +++ b/stac_fastapi/api/setup.py @@ -12,7 +12,7 @@ "brotli_asgi", "stac-fastapi.types", "pygeoif==0.7", - "azure-core==1.25.1", + "azure-core==1.38.0", "azure-storage-blob==12.13.1" ]