From d143bd9e2a8a163d1016207cdbbbca963cd62267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 23:39:44 +0000 Subject: [PATCH] Bump towncrier from 24.7.1 to 24.8.0 Bumps [towncrier](https://github.com/twisted/towncrier) from 24.7.1 to 24.8.0. - [Release notes](https://github.com/twisted/towncrier/releases) - [Changelog](https://github.com/twisted/towncrier/blob/trunk/NEWS.rst) - [Commits](https://github.com/twisted/towncrier/compare/24.7.1...24.8.0) --- updated-dependencies: - dependency-name: towncrier 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 2e607ed6..99c1b32c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dev = ["nox==2024.4.15"] "pytest-randomly>=3.15.0, <4" ] "dev.release" = ["flit==3.9.0"] -"dev.changelog" = ["towncrier==24.7.1"] +"dev.changelog" = ["towncrier==24.8.0"] [tool.flit.module] name = "lightbulb"