From 09f1b50fc41609aa912a940f5207db784f970dc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 04:42:16 +0000 Subject: [PATCH] Bump ruff from 0.15.1 to 0.15.2 in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.15.1 to 0.15.2 - [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.1...0.15.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fcbbc7c..cad61e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,6 +67,6 @@ dev = [ "pre-commit==4.3.0", "pytest==8.4.2", "respx==0.22.0", - "ruff==0.15.1", + "ruff==0.15.2", "licensecheck==2025.1.0" ]