diff --git a/pyproject.toml b/pyproject.toml index 83d51ee2..350c4d36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ development = [ 'pyupgrade==3.21.2', "tomli; python_version < '3.11'", # Tomllib is default in 3.11, required for letting codespell read the pyproject.toml 'pre-commit==4.6.2', - 'ruff==0.16.5', + 'ruff==0.16.6', 'hypothesis==6.167.1', 'import-linter==2.14', ]