From 374d1b264921517cf65bf9cf6051c125f10dace3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 02:14:23 +0000 Subject: [PATCH] Bump ruff from 0.3.4 to 0.5.0 in /python Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.4 to 0.5.0. - [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...0.5.0) --- 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..38e1383 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.5.0", "ssort==0.12.4", "toml-sort==0.23.1" ]