From e44149f562f82d8e11752bbd9f8aeb8aeb54ed5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 17:50:31 +0100 Subject: [PATCH] Update towncrier requirement from ~=23.10 to ~=23.11 (#9232) 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/23.10.0...23.11.0) --- updated-dependencies: - dependency-name: towncrier dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- doc/requirements.txt | 2 +- requirements_test_min.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 2b492ff5a1..6428f818e1 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ Sphinx==7.2.6 sphinx-reredirects<1 -towncrier~=23.10 +towncrier~=23.11 furo==2023.9.10 -e . diff --git a/requirements_test_min.txt b/requirements_test_min.txt index 8ad9a31a76..63c8408be6 100644 --- a/requirements_test_min.txt +++ b/requirements_test_min.txt @@ -6,7 +6,7 @@ py~=1.11.0 pytest~=7.4 pytest-benchmark~=4.0 pytest-timeout~=2.2 -towncrier~=23.10 +towncrier~=23.11 requests # Voluntary for test purpose, not actually used in prod, see #8904 setuptools==41.6.0