From 045a49462007594e562a0dc1d61dc9d2d5b9b1ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:53:01 +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 dcdd91d..83ae7e7 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def readme(): "pytype==2024.10.11", "pytest==9.0.3", "pytest-cov==7.1.0", - "ruff==0.15.13", + "ruff==0.15.15", ], }, classifiers=[