diff --git a/Makefile b/Makefile index d15089bfc..43bd1daba 100644 --- a/Makefile +++ b/Makefile @@ -227,7 +227,7 @@ test: .installed.cfg: requirements.txt buildout.cfg ./bin/pip install -r requirements.txt - ./bin/pip install --upgrade pip==22.0.3 + ./bin/pip install --upgrade pip==21.3.1 ./bin/pip install --upgrade setuptools==51.3.3 ./bin/buildout -v diff --git a/buildout.cfg b/buildout.cfg index 93261a8b4..06b208afe 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -11,5 +11,5 @@ eggs = sphinx-bootstrap-theme [versions] -Sphinx = 2.1.2 -docutils = 0.15.2 +Sphinx = 4.5.0 +docutils = 0.17.1