From b73e6fbc3453bff7d7b3c66f5f893e4612623889 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:57:12 +0000 Subject: [PATCH] Renovate: dependency azure-storage-blob to v12.24.0 --- pixl_export/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixl_export/pyproject.toml b/pixl_export/pyproject.toml index 08bd1726e..8aaef1659 100644 --- a/pixl_export/pyproject.toml +++ b/pixl_export/pyproject.toml @@ -9,7 +9,7 @@ classifiers = ["Programming Language :: Python :: 3"] dependencies = [ "core==0.2.0rc0", "uvicorn==0.30.4", - "azure-storage-blob==12.21.0", + "azure-storage-blob==12.24.0", ] [project.optional-dependencies]