From 4d6859fb2be24805bc1ab843893942cf4352cf13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 00:55:32 +0000 Subject: [PATCH] Bump pip-audit from 2.7.3 to 2.8.0 in /components/api_server Bumps [pip-audit](https://github.com/pypa/pip-audit) from 2.7.3 to 2.8.0. - [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.8.0) --- updated-dependencies: - dependency-name: pip-audit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- components/api_server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/api_server/pyproject.toml b/components/api_server/pyproject.toml index d8e47be375..c0579e53c5 100644 --- a/components/api_server/pyproject.toml +++ b/components/api_server/pyproject.toml @@ -28,7 +28,7 @@ optional-dependencies.tools = [ "bandit==1.8.2", "fixit==2.1.0", "mypy==1.15.0", - "pip-audit==2.7.3", + "pip-audit==2.8.0", "pyproject-fmt==2.5.0", "ruff==0.9.4", "vulture==2.14",