Skip to content

Commit e85be63

Browse files
authored
Bump antsibull-docs to 2.14.0; add antsibull-docutils and antsibull-fileutils. (#1837) (#1846)
(cherry picked from commit f326554)
1 parent 7bc5def commit e85be63

File tree

3 files changed

+27
-9
lines changed

3 files changed

+27
-9
lines changed

tests/constraints.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# and antsibull-docs that production builds rely upon.
33

44
sphinx == 7.2.5
5-
antsibull-docs == 2.13.1 # currently approved version
5+
antsibull-docs == 2.14.0 # currently approved version

tests/requirements-relaxed.txt

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
# pip-compile --allow-unsafe --output-file=tests/requirements-relaxed.txt --strip-extras tests/requirements-relaxed.in
66
#
77
aiofiles==24.1.0
8-
# via antsibull-core
8+
# via
9+
# antsibull-core
10+
# antsibull-fileutils
911
aiohappyeyeballs==2.4.0
1012
# via aiohttp
1113
aiohttp==3.10.5
@@ -22,14 +24,20 @@ ansible-pygments==0.1.1
2224
# via
2325
# antsibull-docs
2426
# sphinx-ansible-theme
25-
antsibull-changelog==0.29.0
27+
antsibull-changelog==0.30.0
2628
# via antsibull-docs
2729
antsibull-core==3.0.2
2830
# via antsibull-docs
29-
antsibull-docs==2.13.1
31+
antsibull-docs==2.14.0
3032
# via -r tests/requirements-relaxed.in
3133
antsibull-docs-parser==1.1.0
3234
# via antsibull-docs
35+
antsibull-docutils==1.0.0
36+
# via antsibull-changelog
37+
antsibull-fileutils==1.0.0
38+
# via
39+
# antsibull-changelog
40+
# antsibull-docs
3341
async-timeout==4.0.3
3442
# via aiohttp
3543
asyncio-pool==0.6.0
@@ -52,6 +60,7 @@ docutils==0.20.1
5260
# via
5361
# antsibull-changelog
5462
# antsibull-docs
63+
# antsibull-docutils
5564
# rstcheck
5665
# sphinx
5766
# sphinx-rtd-theme
@@ -100,9 +109,9 @@ pyproject-hooks==1.1.0
100109
pyyaml==6.0.2
101110
# via
102111
# -r tests/requirements-relaxed.in
103-
# antsibull-changelog
104112
# antsibull-core
105113
# antsibull-docs
114+
# antsibull-fileutils
106115
requests==2.32.3
107116
# via sphinx
108117
resolvelib==1.0.1

tests/requirements.txt

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
# pip-compile --allow-unsafe --output-file=tests/requirements.txt --strip-extras tests/requirements.in
66
#
77
aiofiles==24.1.0
8-
# via antsibull-core
8+
# via
9+
# antsibull-core
10+
# antsibull-fileutils
911
aiohappyeyeballs==2.4.0
1012
# via aiohttp
1113
aiohttp==3.10.5
@@ -22,16 +24,22 @@ ansible-pygments==0.1.1
2224
# via
2325
# antsibull-docs
2426
# sphinx-ansible-theme
25-
antsibull-changelog==0.29.0
27+
antsibull-changelog==0.30.0
2628
# via antsibull-docs
2729
antsibull-core==3.0.2
2830
# via antsibull-docs
29-
antsibull-docs==2.13.1
31+
antsibull-docs==2.14.0
3032
# via
3133
# -c tests/constraints.in
3234
# -r tests/requirements-relaxed.in
3335
antsibull-docs-parser==1.1.0
3436
# via antsibull-docs
37+
antsibull-docutils==1.0.0
38+
# via antsibull-changelog
39+
antsibull-fileutils==1.0.0
40+
# via
41+
# antsibull-changelog
42+
# antsibull-docs
3543
async-timeout==4.0.3
3644
# via aiohttp
3745
asyncio-pool==0.6.0
@@ -54,6 +62,7 @@ docutils==0.18.1
5462
# via
5563
# antsibull-changelog
5664
# antsibull-docs
65+
# antsibull-docutils
5766
# rstcheck
5867
# sphinx
5968
# sphinx-rtd-theme
@@ -102,9 +111,9 @@ pyproject-hooks==1.1.0
102111
pyyaml==6.0.2
103112
# via
104113
# -r tests/requirements-relaxed.in
105-
# antsibull-changelog
106114
# antsibull-core
107115
# antsibull-docs
116+
# antsibull-fileutils
108117
requests==2.32.3
109118
# via sphinx
110119
resolvelib==1.0.1

0 commit comments

Comments
 (0)