diff --git a/pyproject.toml b/pyproject.toml index faafa7b1..d72625cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ dependencies = [ "myst-parser==4.0.0", # Embeds markdown in sphinx # DEVELOPMENT "black[jupyter]==24.10.0", # Python Formatter - "ruff==0.8.2", # Python Linter + "ruff==0.8.3", # Python Linter "doc8==1.1.2", # Documentation linter "yamllint==1.35.1", # YAML linter "pre-commit==4.0.1", # Git commit hooks