From 34cf10fc071bb11a742d21f2a4c662ecdef9d756 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:06:18 +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..1b4dfee 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.1.0,<2.2.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)'