Skip to content

Commit b5ffdcd

Browse files
ci: refresh docs build dependencies (#840)
sphinx-rtd-theme 2.0.0 was released, so let's make that the minimum supported version in the constraints input file. Relates: f6d9440 --------- Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com> Co-authored-by: Maxwell G <[email protected]>
1 parent 763815d commit b5ffdcd

File tree

3 files changed

+32
-36
lines changed

3 files changed

+32
-36
lines changed

tests/constraints-base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Known limitations for indirect/transitive dependencies.
22

33
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
4-
sphinx-rtd-theme>=2.0.0rc4 # Fix 404 pages with new sphinx -- https://github.com/ansible/ansible-documentation/issues/678
4+
sphinx-rtd-theme>=2.0.0 # Fix 404 pages with new sphinx -- https://github.com/ansible/ansible-documentation/issues/678

tests/requirements-relaxed.txt

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiofiles==23.2.1
88
# via antsibull-core
9-
aiohttp==3.8.6
9+
aiohttp==3.9.1
1010
# via
1111
# antsibull-core
1212
# antsibull-docs
@@ -18,30 +18,28 @@ ansible-pygments==0.1.1
1818
# via
1919
# antsibull-docs
2020
# sphinx-ansible-theme
21-
antsibull-core==2.1.0
21+
antsibull-core==2.2.0
2222
# via antsibull-docs
23-
antsibull-docs==2.6.0
23+
antsibull-docs==2.6.1
2424
# via -r tests/requirements-relaxed.in
2525
antsibull-docs-parser==1.0.0
2626
# via antsibull-docs
2727
async-timeout==4.0.3
2828
# via aiohttp
2929
asyncio-pool==0.6.0
3030
# via antsibull-docs
31-
attrs==23.1.0
31+
attrs==23.2.0
3232
# via aiohttp
33-
babel==2.13.1
33+
babel==2.14.0
3434
# via
3535
# sphinx
3636
# sphinx-intl
3737
build==1.0.3
3838
# via antsibull-core
39-
certifi==2023.7.22
39+
certifi==2023.11.17
4040
# via requests
4141
charset-normalizer==3.3.2
42-
# via
43-
# aiohttp
44-
# requests
42+
# via requests
4543
click==8.1.7
4644
# via sphinx-intl
4745
docutils==0.18.1
@@ -50,11 +48,11 @@ docutils==0.18.1
5048
# rstcheck
5149
# sphinx
5250
# sphinx-rtd-theme
53-
frozenlist==1.4.0
51+
frozenlist==1.4.1
5452
# via
5553
# aiohttp
5654
# aiosignal
57-
idna==3.4
55+
idna==3.6
5856
# via
5957
# requests
6058
# yarl
@@ -83,7 +81,7 @@ pydantic==1.10.13
8381
# via
8482
# antsibull-core
8583
# antsibull-docs
86-
pygments==2.16.1
84+
pygments==2.17.2
8785
# via
8886
# ansible-pygments
8987
# sphinx
@@ -128,15 +126,15 @@ sphinx==7.2.6
128126
# sphinxcontrib-jquery
129127
# sphinxcontrib-qthelp
130128
# sphinxcontrib-serializinghtml
131-
sphinx-ansible-theme==0.10.2
129+
sphinx-ansible-theme==0.10.3
132130
# via -r tests/requirements-relaxed.in
133131
sphinx-copybutton==0.5.2
134132
# via -r tests/requirements-relaxed.in
135133
sphinx-intl==2.1.0
136134
# via -r tests/requirements-relaxed.in
137135
sphinx-notfound-page==1.0.0
138136
# via -r tests/requirements-relaxed.in
139-
sphinx-rtd-theme==2.0.0rc4
137+
sphinx-rtd-theme==2.0.0
140138
# via
141139
# -c tests/constraints-base.in
142140
# sphinx-ansible-theme
@@ -164,15 +162,15 @@ twiggy==0.5.1
164162
# antsibull-docs
165163
types-docutils==0.18.3
166164
# via rstcheck
167-
typing-extensions==4.8.0
165+
typing-extensions==4.9.0
168166
# via
169167
# pydantic
170168
# rstcheck
171-
urllib3==2.0.7
169+
urllib3==2.1.0
172170
# via requests
173-
yarl==1.9.2
171+
yarl==1.9.4
174172
# via aiohttp
175173

176174
# The following packages are considered to be unsafe in a requirements file:
177-
setuptools==68.2.2
175+
setuptools==69.0.3
178176
# via sphinx-intl

tests/requirements.txt

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiofiles==23.2.1
88
# via antsibull-core
9-
aiohttp==3.8.6
9+
aiohttp==3.9.1
1010
# via
1111
# antsibull-core
1212
# antsibull-docs
@@ -18,7 +18,7 @@ ansible-pygments==0.1.1
1818
# via
1919
# antsibull-docs
2020
# sphinx-ansible-theme
21-
antsibull-core==2.1.0
21+
antsibull-core==2.2.0
2222
# via antsibull-docs
2323
antsibull-docs==2.6.0
2424
# via
@@ -30,20 +30,18 @@ async-timeout==4.0.3
3030
# via aiohttp
3131
asyncio-pool==0.6.0
3232
# via antsibull-docs
33-
attrs==23.1.0
33+
attrs==23.2.0
3434
# via aiohttp
35-
babel==2.13.1
35+
babel==2.14.0
3636
# via
3737
# sphinx
3838
# sphinx-intl
3939
build==1.0.3
4040
# via antsibull-core
41-
certifi==2023.7.22
41+
certifi==2023.11.17
4242
# via requests
4343
charset-normalizer==3.3.2
44-
# via
45-
# aiohttp
46-
# requests
44+
# via requests
4745
click==8.1.7
4846
# via sphinx-intl
4947
docutils==0.18.1
@@ -52,11 +50,11 @@ docutils==0.18.1
5250
# rstcheck
5351
# sphinx
5452
# sphinx-rtd-theme
55-
frozenlist==1.4.0
53+
frozenlist==1.4.1
5654
# via
5755
# aiohttp
5856
# aiosignal
59-
idna==3.4
57+
idna==3.6
6058
# via
6159
# requests
6260
# yarl
@@ -85,7 +83,7 @@ pydantic==1.10.13
8583
# via
8684
# antsibull-core
8785
# antsibull-docs
88-
pygments==2.16.1
86+
pygments==2.17.2
8987
# via
9088
# ansible-pygments
9189
# sphinx
@@ -131,15 +129,15 @@ sphinx==7.2.5
131129
# sphinxcontrib-jquery
132130
# sphinxcontrib-qthelp
133131
# sphinxcontrib-serializinghtml
134-
sphinx-ansible-theme==0.10.2
132+
sphinx-ansible-theme==0.10.3
135133
# via -r tests/requirements-relaxed.in
136134
sphinx-copybutton==0.5.2
137135
# via -r tests/requirements-relaxed.in
138136
sphinx-intl==2.1.0
139137
# via -r tests/requirements-relaxed.in
140138
sphinx-notfound-page==1.0.0
141139
# via -r tests/requirements-relaxed.in
142-
sphinx-rtd-theme==2.0.0rc4
140+
sphinx-rtd-theme==2.0.0
143141
# via
144142
# -c tests/constraints-base.in
145143
# sphinx-ansible-theme
@@ -167,15 +165,15 @@ twiggy==0.5.1
167165
# antsibull-docs
168166
types-docutils==0.18.3
169167
# via rstcheck
170-
typing-extensions==4.8.0
168+
typing-extensions==4.9.0
171169
# via
172170
# pydantic
173171
# rstcheck
174-
urllib3==2.0.7
172+
urllib3==2.1.0
175173
# via requests
176-
yarl==1.9.2
174+
yarl==1.9.4
177175
# via aiohttp
178176

179177
# The following packages are considered to be unsafe in a requirements file:
180-
setuptools==68.2.2
178+
setuptools==69.0.3
181179
# via sphinx-intl

0 commit comments

Comments
 (0)