diff --git a/pyproject.toml b/pyproject.toml index a4f3cff..2ac30f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ [project.optional-dependencies] test = ["pytest >= 7.4", "pytest-cov >= 4.1"] lint = ["pre-commit == 3.6.2"] -dev = ["changelist == 0.4"] +dev = ["changelist == 0.5"] [project.urls] Home = "https://scientific-python.org/specs/spec-0001/"