From 0c383d1d8bb0d01f7172dbaf4abd24bbfaf86d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 04:03:27 +0000 Subject: [PATCH] Update towncrier requirement from ~=21.9.0 to ~=22.8.0 Updates the requirements on [towncrier](https://github.com/hawkowl/towncrier) to permit the latest version. - [Release notes](https://github.com/hawkowl/towncrier/releases) - [Changelog](https://github.com/twisted/towncrier/blob/trunk/NEWS.rst) - [Commits](https://github.com/hawkowl/towncrier/compare/21.9.0...22.8.0) --- updated-dependencies: - dependency-name: towncrier dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 365eeff87e19..8932b9dd1ff6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -154,7 +154,7 @@ terminado~=0.15.0 tinycss2~=1.1.1 tomli~=2.0.1 tornado~=6.2 -towncrier~=21.9.0 +towncrier~=22.8.0 tqdm~=4.64.0 traitlets~=5.3.0 typed-ast~=1.4.3; python_version<'3.8'