Update docs requirements to latest package versions (#79930)

Co-authored-by: Matt Clay <matt@mystile.com>
pull/80031/head
Sandra McCann 2 years ago committed by GitHub
parent f841c2803a
commit 967a88963f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,3 @@
rstcheck < 4 # match version used in other sanity tests rstcheck < 6 # match version used in other sanity tests
antsibull-changelog antsibull-changelog
docutils < 0.18 # match version required by sphinx in the docs-build sanity test docutils

@ -1,7 +1,9 @@
# edit "sanity.changelog.in" and generate with: hacking/update-sanity-requirements.py --test changelog # edit "sanity.changelog.in" and generate with: hacking/update-sanity-requirements.py --test changelog
antsibull-changelog==0.18.0 antsibull-changelog==0.18.0
docutils==0.17.1 docutils==0.18.1
packaging==23.0 packaging==23.0
PyYAML==6.0 PyYAML==6.0
rstcheck==3.5.0 rstcheck==5.0.0
semantic-version==2.10.0 semantic-version==2.10.0
types-docutils==0.18.3
typing_extensions==4.5.0

@ -1,9 +1,9 @@
jinja2 jinja2
pyyaml pyyaml
resolvelib < 0.10.0 resolvelib < 0.10.0
sphinx == 4.2.0 sphinx == 5.3.0
sphinx-notfound-page sphinx-notfound-page
sphinx-ansible-theme sphinx-ansible-theme
straight.plugin straight.plugin
rstcheck < 4 # match version used in other sanity tests rstcheck < 6 # rstcheck 6.x has problem with rstcheck.core triggered by include files w/ sphinx directives https://github.com/rstcheck/rstcheck-core/issues/3
antsibull-docs == 1.9.0 # currently approved version antsibull-docs == 1.9.0 # currently approved version

@ -1,50 +1,53 @@
# edit "docs-build.requirements.in" and generate with: hacking/update-sanity-requirements.py --test docs-build # edit "docs-build.requirements.in" and generate with: hacking/update-sanity-requirements.py --test docs-build
aiofiles==22.1.0 aiofiles==23.1.0
aiohttp==3.8.3 aiohttp==3.8.4
aiosignal==1.2.0 aiosignal==1.3.1
alabaster==0.7.12 alabaster==0.7.13
ansible-pygments==0.1.1 ansible-pygments==0.1.1
antsibull-core==1.2.0 antsibull-core==1.5.1
antsibull-docs==1.9.0 antsibull-docs==1.9.0
async-timeout==4.0.2 async-timeout==4.0.2
asyncio-pool==0.6.0 asyncio-pool==0.6.0
attrs==22.1.0 attrs==22.2.0
Babel==2.10.3 Babel==2.11.0
certifi==2022.9.14 certifi==2022.12.7
charset-normalizer==2.1.1 charset-normalizer==3.0.1
docutils==0.17.1 docutils==0.18.1
frozenlist==1.3.1 frozenlist==1.3.3
idna==3.4 idna==3.4
imagesize==1.4.1 imagesize==1.4.1
importlib-metadata==6.0.0
Jinja2==3.1.2 Jinja2==3.1.2
MarkupSafe==2.1.1 MarkupSafe==2.1.2
multidict==6.0.2 multidict==6.0.4
packaging==21.3 packaging==23.0
perky==0.5.5 perky==0.5.5
pydantic==1.10.2 pydantic==1.10.5
Pygments==2.13.0 Pygments==2.14.0
pyparsing==3.0.9 pytz==2022.7.1
pytz==2022.2.1
PyYAML==6.0 PyYAML==6.0
requests==2.28.1 requests==2.28.2
resolvelib==0.9.0 resolvelib==0.9.0
rstcheck==3.5.0 rstcheck==5.0.0
semantic-version==2.10.0 semantic-version==2.10.0
sh==1.14.3 sh==1.14.3
six==1.16.0 six==1.16.0
snowballstemmer==2.2.0 snowballstemmer==2.2.0
Sphinx==4.2.0 Sphinx==5.3.0
sphinx-ansible-theme==0.9.1 sphinx-ansible-theme==0.10.1
sphinx-notfound-page==0.8.3 sphinx-notfound-page==0.8.3
sphinx-rtd-theme==1.0.0 sphinx-rtd-theme==1.2.0
sphinxcontrib-applehelp==1.0.2 sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2 sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0 sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jquery==2.0.0
sphinxcontrib-jsmath==1.0.1 sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3 sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5 sphinxcontrib-serializinghtml==1.1.5
straight.plugin==1.5.0 straight.plugin==1.5.0
Twiggy==0.5.1 Twiggy==0.5.1
typing_extensions==4.3.0 types-docutils==0.18.3
urllib3==1.26.12 typing_extensions==4.5.0
yarl==1.8.1 urllib3==1.26.14
yarl==1.8.2
zipp==3.13.0

@ -2,6 +2,6 @@ docutils < 0.18 # match version required by sphinx in the docs-build sanity tes
jinja2 jinja2
pyyaml # ansible-core requirement pyyaml # ansible-core requirement
resolvelib < 0.10.0 resolvelib < 0.10.0
rstcheck < 4 # match version used in other sanity tests rstcheck < 6 # match version used in other sanity tests
straight.plugin straight.plugin
antsibull-changelog antsibull-changelog

@ -6,6 +6,8 @@ MarkupSafe==2.1.2
packaging==23.0 packaging==23.0
PyYAML==6.0 PyYAML==6.0
resolvelib==0.9.0 resolvelib==0.9.0
rstcheck==3.5.0 rstcheck==5.0.0
semantic-version==2.10.0 semantic-version==2.10.0
straight.plugin==1.5.0 straight.plugin==1.5.0
types-docutils==0.18.3
typing_extensions==4.5.0

@ -17,7 +17,7 @@ def main():
cmd = [ cmd = [
sys.executable, sys.executable,
'-m', 'rstcheck', '-c', 'import rstcheck; rstcheck.main();',
'--report', 'warning', '--report', 'warning',
'--ignore-substitutions', ','.join(ignore_substitutions), '--ignore-substitutions', ','.join(ignore_substitutions),
] + paths ] + paths

@ -1,3 +1,3 @@
sphinx == 4.2.0 # required for full rstcheck functionality, installed first to get the correct docutils version sphinx == 5.3.0 # required for full rstcheck functionality, installed first to get the correct docutils version
rstcheck < 4 # match version used in other sanity tests rstcheck < 6 # match version used in other sanity tests - specifically docs-build
jinja2 # ansible-core requirement jinja2 # ansible-core requirement

@ -3,22 +3,26 @@ alabaster==0.7.13
Babel==2.11.0 Babel==2.11.0
certifi==2022.12.7 certifi==2022.12.7
charset-normalizer==3.0.1 charset-normalizer==3.0.1
docutils==0.17.1 docutils==0.18.1
idna==3.4 idna==3.4
imagesize==1.4.1 imagesize==1.4.1
importlib-metadata==6.0.0
Jinja2==3.1.2 Jinja2==3.1.2
MarkupSafe==2.1.2 MarkupSafe==2.1.2
packaging==23.0 packaging==23.0
Pygments==2.14.0 Pygments==2.14.0
pytz==2022.7.1 pytz==2022.7.1
requests==2.28.2 requests==2.28.2
rstcheck==3.5.0 rstcheck==5.0.0
snowballstemmer==2.2.0 snowballstemmer==2.2.0
Sphinx==4.2.0 Sphinx==5.3.0
sphinxcontrib-applehelp==1.0.4 sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2 sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0 sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jsmath==1.0.1 sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3 sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5 sphinxcontrib-serializinghtml==1.1.5
types-docutils==0.18.3
typing_extensions==4.5.0
urllib3==1.26.14 urllib3==1.26.14
zipp==3.13.0

Loading…
Cancel
Save