From f2651740ac5250557d92f0ae40dc8bf73d2130a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:29:30 +0000 Subject: [PATCH] Bump ruff from 0.4.1 to 0.4.2 in /components/shared_code Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.1 to 0.4.2. - [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.1...v0.4.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- components/shared_code/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/shared_code/pyproject.toml b/components/shared_code/pyproject.toml index e9cf898fbf..b7cba43173 100644 --- a/components/shared_code/pyproject.toml +++ b/components/shared_code/pyproject.toml @@ -24,7 +24,7 @@ tools = [ "mypy==1.10.0", "pip-audit==2.7.2", "pydantic==2.7.1", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh - "ruff==0.4.1", + "ruff==0.4.2", "safety==3.1.0", "vulture==2.11" ]