From 957c11dede2873d101d1e2dd4c7d684c0ccc92ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 00:14:36 +0000 Subject: [PATCH] python-deps(deps-dev): update ruff requirement Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.6.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/0.6.1...0.6.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75708a9..a72edfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ pylint = "3.2.6" pyright = "1.1.377" pyroma = "^4.2" python-semantic-release = "^9.6.0" -ruff = "0.6.1" +ruff = "0.6.2" toml-sort = "^0.23.0" tomli-w = "^1.0.0" tox = "^4.0"