From 72799ab25b98e53b284e7148b881553e1f7677e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 02:36:03 +0000 Subject: [PATCH] chore(deps): bump azure-functions from 1.23.0 to 2.0.0 in /requirements Bumps [azure-functions](https://github.com/Azure/azure-functions-python-worker) from 1.23.0 to 2.0.0. - [Release notes](https://github.com/Azure/azure-functions-python-worker/releases) - [Commits](https://github.com/Azure/azure-functions-python-worker/commits) --- updated-dependencies: - dependency-name: azure-functions dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index b07b36b..a38bf5f 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -7,7 +7,7 @@ -r base.txt -azure.functions==1.23.0 # used for linting code in ./titanic-survival-app/__init__.py +azure.functions==2.0.0 # used for linting code in ./titanic-survival-app/__init__.py # Code linters, formatters, and security scanners # ------------