From 74a050b642aaab5530d51751c0e1b44fe864018e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 15:41:24 +0000 Subject: [PATCH] Bump changelist from 0.1 to 0.3 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"