From 18747996f7a2c311d70a1a7c36eaecc81ccfb27c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 02:12:08 +0000 Subject: [PATCH] Bump ruff from 0.14.2 to 0.14.3 Bumps [ruff](https://github.com/astral-sh/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 ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 5abfa26..940fde4 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -116,7 +116,7 @@ requests==2.32.5 # via -r dev-requirements.in rich==13.8.1 # via typer -ruff==0.14.2 +ruff==0.14.3 # via -r dev-requirements.in shellingham==1.5.4 # via typer