From bfd582132e1ef27387c0d525fa3d91b47c4d9dd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 02:23:03 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from >=0.16.7 to >=0.16.8 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.16.7...0.16.8) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.8 dependency-type: direct:development ... 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 f584974..907e9ca 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,5 +7,5 @@ robotstatuschecker >= 3.0.1 pre-commit >= 4.6.2 empty-files >= 0.0.9 robotframework-tidy >=4.18.0 -ruff >= 0.16.7 +ruff >= 0.16.8 coverage >= 7.16.0