From 8b8b79c30ed874b1524f4663a878793ed4416b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 04:50:30 +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 ea47d6f..e3b9e3b 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" psutil = "==6.0.0" [dev-packages] -towncrier = "==23.11.0" +towncrier = "==24.7.1" pytest = "==8.3.2" pytest-cov = "==5.0.0" coverage = "==7.6.0"