From 7a52baef5d6475ea5b77a21494b0b3903dc73dee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 23:46:34 +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 d49eb9f..19a0514 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.2.0,<2.3.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)'