From 1d598b41c611fe7b0c4c17ba1ab6c44c6723e5b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:48:24 +0000 Subject: [PATCH] Bump ruff from 0.14.8 to 0.14.9 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.8 to 0.14.9. - [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.8...0.14.9) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f9d54b2..4abe3fa 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -94,7 +94,7 @@ requests==2.32.5 # pyUSPTO (pyproject.toml) # sphinx # sphinx-immaterial -ruff==0.14.8 +ruff==0.14.9 # via pyUSPTO (pyproject.toml) snowballstemmer==3.0.1 # via sphinx