From 0961948798638fb70968231643cdd22ba2e68015 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 11:51:43 +0000 Subject: [PATCH] Update dependency azure-functions to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f391e35..ea50037 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" authors = [{name = "Max Dymond", email = "max.dymond@alianza.com"}] requires-python = '>=3.9.2,<4.0.0' dependencies = [ - 'azure-functions (>=1.21.3,<2.0.0)', + 'azure-functions (>=2.0.0,<2.1.0)', 'azure-identity (>=1.19.0,<2.0.0)', 'azure-storage-blob (>=12.23.1,<13.0.0)', 'pydpkg (>=1.9.3,<2.0.0)'