From 3f116971a8260a31447e549308078129a8bfde6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:02:03 +0000 Subject: [PATCH] Bump ruff from 0.14.0 to 0.14.2 in /lib Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.0 to 0.14.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.14.0...0.14.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dev-requirements.txt b/lib/dev-requirements.txt index 6e47faeb428..26d0259336a 100644 --- a/lib/dev-requirements.txt +++ b/lib/dev-requirements.txt @@ -2,7 +2,7 @@ pre-commit # We fix ty to a version since its still in preview and likely breaks our CI on updates: ty==0.0.1a22 # We fix ruff to a version to be in sync with the pre-commit hook: -ruff==0.14.0 +ruff==0.14.2 # We are pinning the upper version to not break our CI on updates, # and have dependabot handle the updates instead. mypy>=1.16.1,<1.19