From e66b4d2738801ac8b71139b920f0f86003e0ea39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 23:06:27 +0000 Subject: [PATCH] build(deps-dev): update pip-audit requirement from >=2.7.0 to >=2.10.0 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.0) --- updated-dependencies: - dependency-name: pip-audit dependency-version: 2.10.0 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 94db0157..10d533b9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,7 +28,7 @@ types-requests>=2.31.0 types-paramiko>=3.0.0 # Security scanning (Ruff includes most security checks from bandit) -pip-audit>=2.7.0 # Dependency vulnerability scanning against OSV/PyPA advisory databases +pip-audit>=2.10.0 # Dependency vulnerability scanning against OSV/PyPA advisory databases # Pre-commit hooks pre-commit>=3.6.0