diff --git a/pyproject.toml b/pyproject.toml index ea22b00..fcdf58f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ [project.optional-dependencies] test = ["pytest >= 7.3", "pytest-cov >= 4.0"] lint = ["pre-commit == 3.3.3"] -dev = ["changelist == 0.1"] +dev = ["changelist == 0.3"] [project.scripts] yaml2ics = "yaml2ics:cli"