From ece463936dc2a153c3444e3e7052c6b68f7d8bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 10:23:41 +0000 Subject: [PATCH] build(deps): update ruff requirement from ~=0.15.0 to ~=0.16.0 in /utils Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.15.0...0.16.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- utils/build-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/build-requirements.txt b/utils/build-requirements.txt index 212f08e..a3f340b 100644 --- a/utils/build-requirements.txt +++ b/utils/build-requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4~=4.15.0 build~=1.5.0 python-semantic-release~=10.6.0 -ruff~=0.15.0 +ruff~=0.16.0 towncrier~=25.8.0