From f42a275b048f76a9c53cb8bbed876e9ccd03c7f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 04:31:40 +0000 Subject: [PATCH] Update pip-audit requirement from >=2.7 to >=2.10.1 Updates the requirements on [pip-audit](https://github.com/pypa/pip-audit) to permit the latest version. - [Release notes](https://github.com/pypa/pip-audit/releases) - [Changelog](https://github.com/pypa/pip-audit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/pip-audit/compare/v2.7.0...v2.10.1) --- updated-dependencies: - dependency-name: pip-audit dependency-version: 2.10.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 72cda20..03cd0bf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,4 +4,4 @@ # nothing to audit. requirements-azure.txt exists solely for the Functions host. pytest>=8.0 bandit>=1.7 -pip-audit>=2.7 +pip-audit>=2.10.1