From bfb7ca4a61e0536ca084aea45c3f2d12b2a5082a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:22:48 +0000 Subject: [PATCH] chore(deps): bump azure-functions from 2.0.0 to 2.1.0 in /autoTriage Bumps [azure-functions](https://github.com/Azure/azure-functions-python-worker) from 2.0.0 to 2.1.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.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- autoTriage/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoTriage/requirements.txt b/autoTriage/requirements.txt index e21e6f1e..e949a889 100644 --- a/autoTriage/requirements.txt +++ b/autoTriage/requirements.txt @@ -15,7 +15,7 @@ # pip-tools to generate. See docs/SECRETS.md for details. # Azure Functions -azure-functions==2.0.0 +azure-functions==2.1.0 # FastAPI (local development) fastapi==0.135.3