From 53b374f722d0bb944f6fc060fb0ccf6726c173af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 05:55:35 +0000 Subject: [PATCH] build(deps): bump ruff from 0.6.4 to 0.11.1 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.4 to 0.11.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.4...0.11.1) --- 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 d60fbaf..fa93fd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ test = [ "pytest-pretty>=1.0.0,<2.0.0", ] quality = [ - "ruff==0.6.4", + "ruff==0.11.1", "mypy==1.14.0", "pre-commit>=3.0.0,<4.0.0", ] @@ -59,7 +59,7 @@ dev = [ "pytest-cov>=3.0.0,<5.0.0", "pytest-pretty>=1.0.0,<2.0.0", # style - "ruff==0.6.4", + "ruff==0.11.1", "mypy==1.14.0", "pre-commit>=3.0.0,<4.0.0", # docs