diff --git a/pyproject.toml b/pyproject.toml index 1f9440f9..6876a1e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ mypy = [ "markdown-it-py~=4.0", "mdit-py-plugins~=0.5.0", ] -ruff = ["ruff==0.14.11"] +ruff = ["ruff==0.14.13"] [project.scripts] myst-anchors = "myst_parser.cli:print_anchors"