diff --git a/pyproject.toml b/pyproject.toml index b74ec38de..ce3a0df88 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.0', - 'ruff==0.15.17', + 'ruff==0.15.18', 'hypothesis==6.155.3', 'import-linter==2.11', ]