From 053a6f05a439a885c4d79e25608efb4e597d981f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:43:23 +0000 Subject: [PATCH] Bump ruff from 0.3.0 to 0.3.5 in /python/python Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.0 to 0.3.5. - [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.0...v0.3.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/python/pyproject.toml b/python/python/pyproject.toml index 64a9265..a9c7a01 100644 --- a/python/python/pyproject.toml +++ b/python/python/pyproject.toml @@ -12,7 +12,7 @@ dev = [ "coverage==7.4.3", "djlint==1.34.1", "mypy==1.8.0", - "ruff==0.3.0", + "ruff==0.3.5", "ssort==0.12.4", "toml-sort==0.23.1" ]