From a3872a6a357c67f502b461e766f65f534c968a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:11:43 +0000 Subject: [PATCH] Bump ruff from 0.15.18 to 0.15.20 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.18 to 0.15.20. - [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.18...0.15.20) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.20 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 f071705..88114a4 100644 --- a/requirements/develop.txt +++ b/requirements/develop.txt @@ -8,6 +8,6 @@ docformatter==1.7.8 wemake-python-styleguide==1.6.2 -ruff==0.15.18 +ruff==0.15.20 ty==0.0.55