From d7d90df976c011dd28eafdca4be88b6c54c79879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:00:03 +0000 Subject: [PATCH] Bump ruff from 0.4.9 to 0.4.10 in /components/notifier Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.9 to 0.4.10. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.4.9...v0.4.10) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... 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 fbce98eabc..d430604d1a 100644 --- a/components/notifier/pyproject.toml +++ b/components/notifier/pyproject.toml @@ -26,7 +26,7 @@ optional-dependencies.tools = [ "mypy==1.10.0", "pip-audit==2.7.3", "pyproject-fmt==2.1.3", - "ruff==0.4.9", + "ruff==0.4.10", "vulture==2.11", ]