From b21ec3c8301b1d8c746bd1727b7393ebaef3b631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 16:36:57 +0000 Subject: [PATCH] chore(deps-dev): update pip-audit requirement from >=2.7.3 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.3...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 21fa483..0aba636 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,6 +9,6 @@ # picks up current releases while staying reproducible enough. mypy>=1.11.0 bandit>=1.7.9 -pip-audit>=2.7.3 +pip-audit>=2.10.1 pyyaml>=6.0.3 ruff>=0.6.0