diff --git a/pyproject.toml b/pyproject.toml index f1ceb70..e42e01e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ description = "Makes it easy to load subpackages and functions on demand." [project.optional-dependencies] test = ["pytest >= 7.4", "pytest-cov >= 4.1"] lint = ["pre-commit == 3.3.3"] -dev = ["changelist == 0.1"] +dev = ["changelist == 0.3"] [project.urls] Home = "https://scientific-python.org/specs/spec-0001/"