diff --git a/setup.py b/setup.py index cbc9fb9d..9df5e76c 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ extras_require = { "sphinx>=6.0.0", "sphinx-autobuild>=2021.3.14", "sphinx_rtd_theme>=1.0.0", - "towncrier>=21,<22", + "towncrier>=24,<25", ], "test": [ "pytest>=7.0.0",