From bad8ae9dc5de6e6c48c22decc87fcc0c67c7bba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:40:12 +0000 Subject: [PATCH] Update towncrier requirement from <24.7 to <24.9 Updates the requirements on [towncrier](https://github.com/twisted/towncrier) to permit the latest version. - [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/15.1.0...24.8.0) --- updated-dependencies: - dependency-name: towncrier dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ced13342d2..0720e7abf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ doc = [ "pyproject-hooks!=1.1", # workaround for sphinx-contrib/sphinxcontrib-towncrier#92 - "towncrier<24.7", + "towncrier<24.9", ] ssl = [] certs = []