From 227266556e2034c9f52899c4013b88b0502b59a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:00:52 +0000 Subject: [PATCH] Bump ruff from 0.15.13 to 0.15.15 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.13 to 0.15.15. - [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.13...0.15.15) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 639ce71..12accae 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def readme(): "test": [ "dill==0.4.1", "pytype==2024.10.11", - "ruff==0.15.13", + "ruff==0.15.15", "pytest==9.0.3", "pytest-cov==7.1.0", "pytest-mock==3.15.1",