From f1e5088a5d7eae303dede2cdcc3ded8dd76c1574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:06:58 +0000 Subject: [PATCH] Bump changelist from 0.4 to 0.5 Bumps [changelist](https://github.com/scientific-python/changelist) from 0.4 to 0.5. - [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.4...v0.5) --- 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 4089925..9997a9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ devstats = "devstats.__main__:cli" [project.optional-dependencies] lint = ["pre-commit == 3.6.0"] -dev = ["changelist == 0.4"] +dev = ["changelist == 0.5"] [project.urls] homepage = "https://github.com/scientific-python/devstats"