From 76e72aceb366754811002814c9600753cb480acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 21:35:52 +0000 Subject: [PATCH] Bump pip-audit from 2.9.0 to 2.10.1 Bumps [pip-audit](https://github.com/pypa/pip-audit) from 2.9.0 to 2.10.1. - [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.9.0...v2.10.1) --- updated-dependencies: - dependency-name: pip-audit dependency-version: 2.10.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb56ef9..cd97d26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dev = [ "pytest-cov==7.1.0", "httpx==0.28.1", "ruff==0.15.21", - "pip-audit==2.9.0", + "pip-audit==2.10.1", ] [tool.setuptools]