From 320c65c71ee07c1e174c893f7417110410070695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 15:17:15 +0000 Subject: [PATCH] deps(deps-dev): bump ruff in the patch-updates group Bumps the patch-updates group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.14.2 to 0.14.3 - [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.14.2...0.14.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd7eaa4..22a7a72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -292,7 +292,7 @@ dev = [ "textual-dev>=1.0.0", # Type checking - pinned exactly for consistency (FastAPI approach) "mypy==1.17.1", - "ruff==0.14.2", + "ruff==0.14.10", # Type stubs for mypy "types-PyYAML>=6.0.0", "types-paramiko>=3.0.0",