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