From eb8a37c30086603718f45dceae05f7b78d00efed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:16:23 +0000 Subject: [PATCH] chore(deps-dev): 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27696c5..764bb7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ all = [ ] # Pinned for the lint job. Ruff's `format` rules change between minor # versions, so a floating install drifts between local and CI. -dev = ["ruff==0.15.16"] +dev = ["ruff==0.15.17"] [tool.setuptools.packages.find] include = ["sponsio*"]