From ba3d59463ed78fe0f7811719bd8baa43404e03b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 01:03:34 +0000 Subject: [PATCH] deps: 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] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8a1991e5..cee48072 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "pytest-xdist>=3.5.0", "pytest-asyncio>=1.2.0", "pytest-cov>=7.1.0", - "ruff>=0.16.7", + "ruff>=0.16.8", ] [project.scripts] diff --git a/requirements-dev.txt b/requirements-dev.txt index 3eb94ccb..efe0f3ca 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,4 +3,4 @@ pytest>=9.0.3 pytest-xdist>=3.5.0 pytest-asyncio>=1.2.0 pytest-cov>=7.1.0 -ruff>=0.16.7 +ruff>=0.16.8