From f67ebf6ebc35323c86a74f7f5ac7613db769f424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 02:54:19 +0000 Subject: [PATCH] chore: bump the dev-toolchain group with 2 updates Bumps the dev-toolchain group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [lxml](https://github.com/lxml/lxml). Updates `ruff` from 0.16.4 to 0.16.5 - [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.16.4...0.16.5) Updates `lxml` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-6.1.2...lxml-6.1.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-toolchain - dependency-name: lxml dependency-version: 6.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-toolchain ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 873fa34..885c330 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,10 +6,10 @@ # static assets. These are only for running the checks locally and in CI. # Standardization gate: linter + formatter for scripts/ and tests/ (ruff.toml). -ruff==0.16.4 +ruff==0.16.5 # Runtime dependency of scripts/check_facts.py only. -lxml==6.1.2 +lxml==6.1.3 # Type gate. pyrightconfig.json declared a type standard from the start but # nothing ran it; CI now does. lxml ships no inline types, so the stubs are