From f3855675f0ab81a40c973f998eac1035f3675b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:04:39 +0000 Subject: [PATCH] chore(deps-dev): update pip-audit requirement 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.4.4...v2.10.0) --- updated-dependencies: - dependency-name: pip-audit dependency-version: 2.10.0 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 5d408e1e..2217e5f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ actions = [ dev = [ "flit >=3.2.0,<4.0.0", "mypy >=1.0.0,<1.21", - "pip-audit >=2.4.4,<3.0.0", + "pip-audit >=2.10.0,<3.0.0", "pylint >=3.0.0,<4.1.0", "perflint >=0.8.0,<1.0.0", "cyclonedx-bom >=4.0.0,<5.0.0",