diff --git a/pyproject.toml b/pyproject.toml index 81ecf70..232c0cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = ["cryptography>=43"] [dependency-groups] doc = [] test = ["pytest", "pytest-cov", "pretend", "coverage[toml]"] -lint = ["ruff >= 0.7,< 0.15", "interrogate", "ty>=0.0.14", { include-group = "test" }] +lint = ["ruff >= 0.7,< 0.16", "interrogate", "ty>=0.0.14", { include-group = "test" }] dev = [{ include-group = "lint" }, { include-group = "doc" }, "maturin>=1.7,<2.0"] [project.urls]