From 7d78b335395cdd2376c1c146c154dc6ddea44dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 07:52:50 -0700 Subject: [PATCH] Bump changelist from 0.1 to 0.3 (#69) Bumps [changelist](https://github.com/scientific-python/changelist) from 0.1 to 0.3. - [Release notes](https://github.com/scientific-python/changelist/releases) - [Changelog](https://github.com/scientific-python/changelist/blob/main/CHANGELOG.md) - [Commits](https://github.com/scientific-python/changelist/compare/v0.1...v0.3) --- updated-dependencies: - dependency-name: changelist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf54626..57e0db6 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.4.0"] -dev = ["changelist == 0.1"] +dev = ["changelist == 0.3"] [project.scripts] yaml2ics = "yaml2ics:cli"