From 1ce80f18d4d5f7a331bf7552441a797d69215d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 05:09:50 +0000 Subject: [PATCH] build(deps): bump ruff from 0.1.14 to 0.4.9 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.14 to 0.4.9. - [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.1.14...v0.4.9) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db3705201..dc7cb1523 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ training = [ "codecarbon>=2.0.0,<3.0.0", ] quality = [ - "ruff==0.1.14", + "ruff==0.4.9", "mypy==1.9.0", "types-tqdm", "pre-commit>=3.0.0,<4.0.0", @@ -83,7 +83,7 @@ dev = [ "pytest-pretty>=1.0.0,<2.0.0", "onnx>=1.13.0,<2.0.0", # style - "ruff==0.1.14", + "ruff==0.4.9", "mypy==1.9.0", "types-tqdm", "pre-commit>=3.0.0,<4.0.0",