From bc4c0a625880863f0e09d38b491206d62eb7d916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:23:40 +0000 Subject: [PATCH] Bump ruff in the minor-patch group across 1 directory Bumps the minor-patch group with 1 update in the / directory: [ruff](/~https://github.com/astral-sh/ruff). Updates `ruff` from 0.6.9 to 0.9.1 - [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.9...0.9.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d861cc24f..7ec9c9a86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ docs = ["hf-doc-builder==0.5.0"] dev = [ "bitsandbytes[test]", "build>=1.0.0,<2", - "ruff==0.6.9", + "ruff==0.9.1", "pre-commit>=3.5.0,<4", "wheel>=0.42,<1" ]