From 5b523fa504787216550e0b3cc5fdbdcfeeb19db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 04:32:27 +0000 Subject: [PATCH] build(deps-dev): 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 85512cc..14ce6f7 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ mirakuru = "==2.5.2" redis = "==5.0.8" [dev-packages] -towncrier = "==24.7.1" +towncrier = "==24.8.0" pytest-cov = "==5.0.0" pytest-xdist = "==3.6.1" mock = "==5.1.0"