From 6824c872e2a5bb21ff5db2e94904fad141bd3673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 00:39:16 +0000 Subject: [PATCH] Bump pip-audit from 2.7.3 to 2.8.0 in /components/notifier 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/notifier/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/notifier/pyproject.toml b/components/notifier/pyproject.toml index a3f1020caa..cbcc41b630 100644 --- a/components/notifier/pyproject.toml +++ b/components/notifier/pyproject.toml @@ -21,7 +21,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",