From f8bc304c3f40067fde648b0abb13f9b2803e4ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 15:34:51 +0000 Subject: [PATCH] build(deps-dev): 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] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 69d7549..6d1eb59 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,6 +3,6 @@ pytest>=8.0 pytest-mock>=3.15.1 jsonschema>=4.0 -pip-audit>=2.7.0 +pip-audit>=2.10.1 pip-tools==7.6.0 # Pin the compiler so lock regeneration is stable. ruff>=0.15