From a90a767831346c73c2fd060fb3d449bc06faf147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 07:11:13 +0000 Subject: [PATCH] build(deps-dev): bump ruff from 0.15.17 to 0.15.20 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.17 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.17...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] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dd444b3..afae7f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dev = [ "tomli", "ufmt == 2.9.1", "usort == 1.1.3", - "ruff==0.15.17", + "ruff==0.15.20", ] lsp = ["pygls[ws] >= 2.0,<2.2"] pretty = ["rich >= 12.6.0"] @@ -65,7 +65,7 @@ test = [ "pytest>=9.0.3", "pygls[ws] >= 2.0,<2.2", "black == 26.5.1", - "ruff==0.15.17", + "ruff==0.15.20", "tomli", "ufmt == 2.9.1", "usort == 1.1.3", @@ -89,7 +89,7 @@ dev = [ "tomli", "ufmt == 2.9.1", "usort == 1.1.3", - "ruff==0.15.17", + "ruff==0.15.20", ] lsp = ["pygls[ws] >= 2.0,<2.2"] pretty = ["rich >= 12.6.0"]