From bffa7696a4ba5a78ecb4efc02609db7e42ac422a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 08:53:54 +0000 Subject: [PATCH] chore: update ruff requirement in the python-packages group Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` 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) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.development.txt b/requirements.development.txt index 01676ad..eb1fbb0 100644 --- a/requirements.development.txt +++ b/requirements.development.txt @@ -9,7 +9,7 @@ twine # Lint # mypy>=2.3.1 -ruff>=0.16.4 +ruff>=0.16.5 # # Unit tests