summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-05 19:10:38 +0200
committerGitHub <noreply@github.com>2022-09-05 19:10:38 +0200
commita5cdf259a89f6dbb9c800f34eab62d2d43a8af40 (patch)
tree31c90595dad1e3d7afd76706b9b32923316a4e7f
parent548104ba1065ce06b883d2e9651e08bc58b86bc0 (diff)
downloadpylint-git-a5cdf259a89f6dbb9c800f34eab62d2d43a8af40.tar.gz
Update towncrier requirement from ~=21.9 to ~=22.8 (#7415)
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--doc/requirements.txt2
-rw-r--r--requirements_test_min.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 512d311aa..230d9ed0a 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,6 +1,6 @@
Sphinx==5.1.1
sphinx-reredirects<1
myst-parser~=0.18
-towncrier~=21.9
+towncrier~=22.8
furo==2022.6.21
-e .
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index 5cff58299..97ce9c5ba 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -5,5 +5,5 @@ typing-extensions~=4.3
pytest~=7.1
pytest-benchmark~=3.4
pytest-timeout~=2.1
-towncrier~=21.9
+towncrier~=22.8
requests