From 10905dc86067a06a93a38f352b0112633907f73c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 22:34:36 +0000 Subject: [PATCH] deps: update pip-audit requirement from >=2.10.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.10.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 600231c..869f607 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ docs = [ ] audit = [ - "pip-audit>=2.10.0", + "pip-audit>=2.10.1", ] dev = [