From 8ca91360bd069a9538f7b138fcd7a13f8051b60d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 06:45:26 +0000 Subject: [PATCH] Bump ruff from 0.12.7 to 0.12.11 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.7 to 0.12.11. - [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.12.7...0.12.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.11 dependency-type: direct:production update-type: version-update:semver-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 f7eb522..cda298e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ auto-typing-final = "auto_typing_final.main:main" auto-typing-final-lsp-server = "auto_typing_final.lsp:main" [dependency-groups] -dev = ["mypy==1.17.1", "pytest==8.4.1", "pytest-cov==6.2.1", "ruff==0.12.7"] +dev = ["mypy==1.17.1", "pytest==8.4.1", "pytest-cov==6.2.1", "ruff==0.12.11"] [build-system] requires = ["hatchling", "hatch-vcs"]