summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 5 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 8ecfae20..2b4d40bb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 63.1.0
+version = 63.3.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages
@@ -43,6 +43,8 @@ testing =
pytest >= 6
pytest-checkdocs >= 2.4
pytest-flake8
+ # workaround for tholo/pytest-flake8#87
+ flake8 < 5
pytest-black >= 0.3.7; \
# workaround for jaraco/skeleton#22
python_implementation != "PyPy"
@@ -88,7 +90,8 @@ docs =
jaraco.packaging >= 9
rst.linker >= 1.9
jaraco.tidelift >= 1.4
- sphinx-notfound-page==0.8.3
+ sphinx-notfound-page == 0.8.3
+ sphinx-hoverxref < 2
# local
pygments-github-lexers==0.0.5