From 5d0cb0f7118f3141515a985fba58d55dde6f3b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:03:58 +0000 Subject: [PATCH] Bump ruff from 0.15.11 to 0.15.12 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.11 to 0.15.12. - [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.15.11...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/develop.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/develop.txt b/requirements/develop.txt index 8e6e56f..d639b00 100644 --- a/requirements/develop.txt +++ b/requirements/develop.txt @@ -4,6 +4,6 @@ nitpick==0.38.1 add-trailing-comma==4.0.0 docformatter==1.7.7 wemake-python-styleguide==1.6.1 -ruff==0.15.11 +ruff==0.15.12 ty==0.0.32