From 5799e47500a874fc81795823152e8fa97b3fbbf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 08:11:53 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement in the dev-dependencies group Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.14.13 - [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.5.0...0.14.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.13 dependency-type: direct:development 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 bafb861..8b441f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ test = [ "pytest-cov>=4.1,<=7.0.0", "pytest>=7.4,<=9.0.2", "hypothesis>=6.104.2,<=6.150.2", - "ruff>=0.5.0,<=0.14.11", + "ruff>=0.5.0,<=0.14.13", "coverage>=7.5.4,<=7.13.1", "prek>=0.2.28,<0.3.0", "ty>=0.0.8,<=0.0.8",