From a7196568095b9c7b7ee68d8dde21dad7ca4a1349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 09:52:07 +0000 Subject: [PATCH] Bump the pip-dependencies group in /src with 3 updates Updates the requirements on [azure-functions](https://github.com/Azure/azure-functions-python-worker), [azure-identity](https://github.com/Azure/azure-sdk-for-python) and [azure-mgmt-network](https://github.com/Azure/azure-sdk-for-python) to permit the latest version. Updates `azure-functions` to 2.2.0 - [Release notes](https://github.com/Azure/azure-functions-python-worker/releases) - [Commits](https://github.com/Azure/azure-functions-python-worker/commits) Updates `azure-identity` to 1.25.3 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.21.0...azure-identity_1.25.3) Updates `azure-mgmt-network` to 31.0.1 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-mgmt-network_28.0.0...azure-mgmt-network_31.0.1) --- updated-dependencies: - dependency-name: azure-functions dependency-version: 2.2.0 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: azure-identity dependency-version: 1.25.3 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: azure-mgmt-network dependency-version: 31.0.1 dependency-type: direct:production dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/requirements.txt b/src/requirements.txt index ee1acde..bd0caaa 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,3 +1,3 @@ -azure-functions>=1.24.0 -azure-identity>=1.21.0 -azure-mgmt-network>=28.0.0 +azure-functions>=2.2.0 +azure-identity>=1.25.3 +azure-mgmt-network>=31.0.1