Skip to content

Commit

Permalink
ci: refresh docs build dependencies (#2269)
Browse files Browse the repository at this point in the history
Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
  • Loading branch information
ansible-documentation-bot[bot] authored Dec 10, 2024
1 parent 22a4625 commit a3aaa74
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
23 changes: 13 additions & 10 deletions tests/requirements-relaxed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ aiofiles==24.1.0
# antsibull-fileutils
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.11.8
aiohttp==3.11.10
# via
# antsibull-core
# antsibull-docs
aiosignal==1.3.1
# via aiohttp
alabaster==1.0.0
alabaster==0.7.16
# via sphinx
annotated-types==0.7.0
# via pydantic
Expand Down Expand Up @@ -56,7 +56,7 @@ colorama==0.4.6 ; (platform_system != 'Windows' and sys_platform == 'win32') or
# build
# click
# sphinx
docutils==0.21.2
docutils==0.18.1
# via
# antsibull-changelog
# antsibull-docs
Expand Down Expand Up @@ -94,11 +94,11 @@ packaging==24.2
# sphinx
perky==0.9.3
# via antsibull-core
propcache==0.2.0
propcache==0.2.1
# via
# aiohttp
# yarl
pydantic==2.10.2
pydantic==2.10.3
# via
# antsibull-core
# antsibull-docs
Expand All @@ -119,7 +119,7 @@ requests==2.32.3
# via sphinx
resolvelib==1.0.1
# via -r tests/requirements-relaxed.in
rstcheck==3.5.0
rstcheck==5.0.0
# via
# -c tests/constraints-base.in
# -r tests/requirements-relaxed.in
Expand All @@ -132,11 +132,11 @@ semantic-version==2.10.0
# antsibull-docs
setuptools==75.6.0
# via sphinx-intl
six==1.16.0
six==1.17.0
# via twiggy
snowballstemmer==2.2.0
# via sphinx
sphinx==8.1.3
sphinx==7.3.7
# via
# -r tests/requirements-relaxed.in
# antsibull-docs
Expand All @@ -150,7 +150,7 @@ sphinx-ansible-theme==0.10.3
# via -r tests/requirements-relaxed.in
sphinx-copybutton==0.5.2
# via -r tests/requirements-relaxed.in
sphinx-intl==2.3.0
sphinx-intl==2.3.1
# via -r tests/requirements-relaxed.in
sphinx-notfound-page==1.0.4
# via -r tests/requirements-relaxed.in
Expand All @@ -176,11 +176,14 @@ twiggy==0.5.1
# via
# antsibull-core
# antsibull-docs
types-docutils==0.18.3
# via rstcheck
typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
# rstcheck
urllib3==2.2.3
# via requests
yarl==1.18.0
yarl==1.18.3
# via aiohttp
12 changes: 6 additions & 6 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ aiofiles==24.1.0
# antsibull-fileutils
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.11.8
aiohttp==3.11.10
# via
# antsibull-core
# antsibull-docs
Expand Down Expand Up @@ -96,11 +96,11 @@ packaging==24.2
# sphinx
perky==0.9.3
# via antsibull-core
propcache==0.2.0
propcache==0.2.1
# via
# aiohttp
# yarl
pydantic==2.10.2
pydantic==2.10.3
# via
# antsibull-core
# antsibull-docs
Expand Down Expand Up @@ -134,7 +134,7 @@ semantic-version==2.10.0
# antsibull-docs
setuptools==75.6.0
# via sphinx-intl
six==1.16.0
six==1.17.0
# via twiggy
snowballstemmer==2.2.0
# via sphinx
Expand All @@ -153,7 +153,7 @@ sphinx-ansible-theme==0.10.3
# via -r tests/requirements-relaxed.in
sphinx-copybutton==0.5.2
# via -r tests/requirements-relaxed.in
sphinx-intl==2.3.0
sphinx-intl==2.3.1
# via -r tests/requirements-relaxed.in
sphinx-notfound-page==1.0.4
# via -r tests/requirements-relaxed.in
Expand Down Expand Up @@ -188,5 +188,5 @@ typing-extensions==4.12.2
# rstcheck
urllib3==2.2.3
# via requests
yarl==1.18.0
yarl==1.18.3
# via aiohttp

0 comments on commit a3aaa74

Please sign in to comment.