From 7c6eb43db7544a48ebafa4050bd9b6ed2e8a5ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 09:03:14 +0000 Subject: [PATCH] Bump ruff from 0.15.16 to 0.15.17 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.16 to 0.15.17. - [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.16...0.15.17) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.17 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 43f01cd..f0040a5 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.16 +ruff==0.15.17 ty==0.0.46