Skip to content

Commit

Permalink
Bump antsibull-docs to 2.14.0; add antsibull-docutils and antsibull-f…
Browse files Browse the repository at this point in the history
…ileutils. (#1837)
  • Loading branch information
felixfontein authored Sep 9, 2024
1 parent 81bcc2f commit f326554
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tests/constraints.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# and antsibull-docs that production builds rely upon.

sphinx == 7.2.5
antsibull-docs == 2.13.1 # currently approved version
antsibull-docs == 2.14.0 # currently approved version
17 changes: 13 additions & 4 deletions tests/requirements-relaxed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
# pip-compile --allow-unsafe --output-file=tests/requirements-relaxed.txt --strip-extras tests/requirements-relaxed.in
#
aiofiles==24.1.0
# via antsibull-core
# via
# antsibull-core
# antsibull-fileutils
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.5
Expand All @@ -22,14 +24,20 @@ ansible-pygments==0.1.1
# via
# antsibull-docs
# sphinx-ansible-theme
antsibull-changelog==0.29.0
antsibull-changelog==0.30.0
# via antsibull-docs
antsibull-core==3.0.2
# via antsibull-docs
antsibull-docs==2.13.1
antsibull-docs==2.14.0
# via -r tests/requirements-relaxed.in
antsibull-docs-parser==1.1.0
# via antsibull-docs
antsibull-docutils==1.0.0
# via antsibull-changelog
antsibull-fileutils==1.0.0
# via
# antsibull-changelog
# antsibull-docs
asyncio-pool==0.6.0
# via antsibull-docs
attrs==24.2.0
Expand All @@ -50,6 +58,7 @@ docutils==0.20.1
# via
# antsibull-changelog
# antsibull-docs
# antsibull-docutils
# rstcheck
# sphinx
# sphinx-rtd-theme
Expand Down Expand Up @@ -98,9 +107,9 @@ pyproject-hooks==1.1.0
pyyaml==6.0.2
# via
# -r tests/requirements-relaxed.in
# antsibull-changelog
# antsibull-core
# antsibull-docs
# antsibull-fileutils
requests==2.32.3
# via sphinx
resolvelib==1.0.1
Expand Down
17 changes: 13 additions & 4 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
# pip-compile --allow-unsafe --output-file=tests/requirements.txt --strip-extras tests/requirements.in
#
aiofiles==24.1.0
# via antsibull-core
# via
# antsibull-core
# antsibull-fileutils
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.5
Expand All @@ -22,16 +24,22 @@ ansible-pygments==0.1.1
# via
# antsibull-docs
# sphinx-ansible-theme
antsibull-changelog==0.29.0
antsibull-changelog==0.30.0
# via antsibull-docs
antsibull-core==3.0.2
# via antsibull-docs
antsibull-docs==2.13.1
antsibull-docs==2.14.0
# via
# -c tests/constraints.in
# -r tests/requirements-relaxed.in
antsibull-docs-parser==1.1.0
# via antsibull-docs
antsibull-docutils==1.0.0
# via antsibull-changelog
antsibull-fileutils==1.0.0
# via
# antsibull-changelog
# antsibull-docs
asyncio-pool==0.6.0
# via antsibull-docs
attrs==24.2.0
Expand All @@ -52,6 +60,7 @@ docutils==0.18.1
# via
# antsibull-changelog
# antsibull-docs
# antsibull-docutils
# rstcheck
# sphinx
# sphinx-rtd-theme
Expand Down Expand Up @@ -100,9 +109,9 @@ pyproject-hooks==1.1.0
pyyaml==6.0.2
# via
# -r tests/requirements-relaxed.in
# antsibull-changelog
# antsibull-core
# antsibull-docs
# antsibull-fileutils
requests==2.32.3
# via sphinx
resolvelib==1.0.1
Expand Down

0 comments on commit f326554

Please sign in to comment.