From 3c6b4c4ffe4308ba6681c8bf92037efcc3c7b3ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:02:50 +0000 Subject: [PATCH] Bump ruff from 0.14.0 to 0.14.1 in /lib Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.0 to 0.14.1. - [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.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.1 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..983a5674970 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.1 # 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