From a1d3943aaf77a6aad9e38936773710d0c64e9c39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:47:18 +0000 Subject: [PATCH] Bump ruff from 0.3.3 to 0.11.4 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.3 to 0.11.4. - [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.3...0.11.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 06aa216..5f2cfb2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,7 +14,7 @@ pretty-errors==1.2.25 ; python_version >= "3.12" and python_version < "4.0" pygments==2.19.1 ; python_version >= "3.12" and python_version < "4.0" pyyaml==6.0.2 ; python_version >= "3.12" and python_version < "4.0" rich==13.9.4 ; python_version >= "3.12" and python_version < "4.0" -ruff==0.3.3 ; python_version >= "3.12" and python_version < "4.0" +ruff==0.11.4 ; python_version >= "3.12" and python_version < "4.0" setuptools==75.8.2 ; python_version >= "3.12" and python_version < "4.0" tomlkit==0.12.4 ; python_version >= "3.12" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.12" and python_version < "4.0"