From dbdcefdae39df1daa7256b45efbbfdd97fc714bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:48:15 +0000 Subject: [PATCH] Bump towncrier from 23.11.0 to 24.7.1 Bumps [towncrier](https://github.com/twisted/towncrier) from 23.11.0 to 24.7.1. - [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/23.11.0...24.7.1) --- updated-dependencies: - dependency-name: towncrier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 336e91e..9f80dc9 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ mirakuru = "==2.5.2" elasticsearch = "==8.14.0" [dev-packages] -towncrier = "==23.11.0" +towncrier = "==24.7.1" black = "==24.4.2" pytest-xdist = "==3.6.1" pytest-cov = "==5.0.0"