diff --git a/pyproject.toml b/pyproject.toml index 986d230..49879db 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.5.0"] -dev = ["changelist == 0.3"] +dev = ["changelist == 0.4"] [project.urls] Home = "https://scientific-python.org/specs/spec-0001/"