From 5a25f1c61659b2f42b354bfbb2e40b1669662219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:19:34 +0000 Subject: [PATCH] Bump ruff from 0.3.4 to 0.4.2 in /python Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.4 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.3.4...v0.4.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index fb94267..9a8f5f8 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -14,7 +14,7 @@ dev = [ "coverage==7.4.4", "djlint==1.34.1", "mypy==1.9.0", - "ruff==0.3.4", + "ruff==0.4.2", "ssort==0.12.4", "toml-sort==0.23.1" ]