diff --git a/setup.py b/setup.py index 2f8d41de48..c640fcb6b1 100644 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ def package_files(prefix: str, directory: str, extension: str): 'yamllint==1.35.1', 'recommonmark==0.7.1', 'sphinx==4.4.0', - 'pre-commit>=3.4.0,<4', + 'pre-commit>=3.4.0,<5', # embedding md in rst require docutils>=0.17. See # https://myst-parser.readthedocs.io/en/latest/sphinx/use.html?highlight=parser#include-markdown-files-into-an-rst-file 'docutils==0.17.1',