From 7ed18b508d9fa8bca0e109742da63fb4e311b1e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 17:56:23 +0000 Subject: [PATCH] Update pip-audit requirement from >=2.7.0 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad075bde..91375394 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -155,7 +155,7 @@ dev = [ "pre-commit>=3.5.0", # Security scanning (mirrors the CI `security` job) "bandit>=1.7.0", - "pip-audit>=2.7.0", + "pip-audit>=2.10.1", # Packaging / release "build>=1.0.0", "twine>=4.0.0",