File tree Expand file tree Collapse file tree 3 files changed +32
-36
lines changed Expand file tree Collapse file tree 3 files changed +32
-36
lines changed Original file line number Diff line number Diff line change 1
1
# Known limitations for indirect/transitive dependencies.
2
2
3
3
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
Original file line number Diff line number Diff line change 6
6
#
7
7
aiofiles==23.2.1
8
8
# via antsibull-core
9
- aiohttp==3.8.6
9
+ aiohttp==3.9.1
10
10
# via
11
11
# antsibull-core
12
12
# antsibull-docs
@@ -18,30 +18,28 @@ ansible-pygments==0.1.1
18
18
# via
19
19
# antsibull-docs
20
20
# sphinx-ansible-theme
21
- antsibull-core==2.1 .0
21
+ antsibull-core==2.2 .0
22
22
# via antsibull-docs
23
- antsibull-docs==2.6.0
23
+ antsibull-docs==2.6.1
24
24
# via -r tests/requirements-relaxed.in
25
25
antsibull-docs-parser==1.0.0
26
26
# via antsibull-docs
27
27
async-timeout==4.0.3
28
28
# via aiohttp
29
29
asyncio-pool==0.6.0
30
30
# via antsibull-docs
31
- attrs==23.1 .0
31
+ attrs==23.2 .0
32
32
# via aiohttp
33
- babel==2.13.1
33
+ babel==2.14.0
34
34
# via
35
35
# sphinx
36
36
# sphinx-intl
37
37
build==1.0.3
38
38
# via antsibull-core
39
- certifi==2023.7.22
39
+ certifi==2023.11.17
40
40
# via requests
41
41
charset-normalizer==3.3.2
42
- # via
43
- # aiohttp
44
- # requests
42
+ # via requests
45
43
click==8.1.7
46
44
# via sphinx-intl
47
45
docutils==0.18.1
@@ -50,11 +48,11 @@ docutils==0.18.1
50
48
# rstcheck
51
49
# sphinx
52
50
# sphinx-rtd-theme
53
- frozenlist==1.4.0
51
+ frozenlist==1.4.1
54
52
# via
55
53
# aiohttp
56
54
# aiosignal
57
- idna==3.4
55
+ idna==3.6
58
56
# via
59
57
# requests
60
58
# yarl
@@ -83,7 +81,7 @@ pydantic==1.10.13
83
81
# via
84
82
# antsibull-core
85
83
# antsibull-docs
86
- pygments==2.16.1
84
+ pygments==2.17.2
87
85
# via
88
86
# ansible-pygments
89
87
# sphinx
@@ -128,15 +126,15 @@ sphinx==7.2.6
128
126
# sphinxcontrib-jquery
129
127
# sphinxcontrib-qthelp
130
128
# sphinxcontrib-serializinghtml
131
- sphinx-ansible-theme==0.10.2
129
+ sphinx-ansible-theme==0.10.3
132
130
# via -r tests/requirements-relaxed.in
133
131
sphinx-copybutton==0.5.2
134
132
# via -r tests/requirements-relaxed.in
135
133
sphinx-intl==2.1.0
136
134
# via -r tests/requirements-relaxed.in
137
135
sphinx-notfound-page==1.0.0
138
136
# via -r tests/requirements-relaxed.in
139
- sphinx-rtd-theme==2.0.0rc4
137
+ sphinx-rtd-theme==2.0.0
140
138
# via
141
139
# -c tests/constraints-base.in
142
140
# sphinx-ansible-theme
@@ -164,15 +162,15 @@ twiggy==0.5.1
164
162
# antsibull-docs
165
163
types-docutils==0.18.3
166
164
# via rstcheck
167
- typing-extensions==4.8 .0
165
+ typing-extensions==4.9 .0
168
166
# via
169
167
# pydantic
170
168
# rstcheck
171
- urllib3==2.0.7
169
+ urllib3==2.1.0
172
170
# via requests
173
- yarl==1.9.2
171
+ yarl==1.9.4
174
172
# via aiohttp
175
173
176
174
# The following packages are considered to be unsafe in a requirements file:
177
- setuptools==68.2.2
175
+ setuptools==69.0.3
178
176
# via sphinx-intl
Original file line number Diff line number Diff line change 6
6
#
7
7
aiofiles == 23.2.1
8
8
# via antsibull-core
9
- aiohttp == 3.8.6
9
+ aiohttp == 3.9.1
10
10
# via
11
11
# antsibull-core
12
12
# antsibull-docs
@@ -18,7 +18,7 @@ ansible-pygments==0.1.1
18
18
# via
19
19
# antsibull-docs
20
20
# sphinx-ansible-theme
21
- antsibull-core == 2.1 .0
21
+ antsibull-core == 2.2 .0
22
22
# via antsibull-docs
23
23
antsibull-docs == 2.6.0
24
24
# via
@@ -30,20 +30,18 @@ async-timeout==4.0.3
30
30
# via aiohttp
31
31
asyncio-pool == 0.6.0
32
32
# via antsibull-docs
33
- attrs == 23.1 .0
33
+ attrs == 23.2 .0
34
34
# via aiohttp
35
- babel == 2.13.1
35
+ babel == 2.14.0
36
36
# via
37
37
# sphinx
38
38
# sphinx-intl
39
39
build == 1.0.3
40
40
# via antsibull-core
41
- certifi == 2023.7.22
41
+ certifi == 2023.11.17
42
42
# via requests
43
43
charset-normalizer == 3.3.2
44
- # via
45
- # aiohttp
46
- # requests
44
+ # via requests
47
45
click == 8.1.7
48
46
# via sphinx-intl
49
47
docutils == 0.18.1
@@ -52,11 +50,11 @@ docutils==0.18.1
52
50
# rstcheck
53
51
# sphinx
54
52
# sphinx-rtd-theme
55
- frozenlist == 1.4.0
53
+ frozenlist == 1.4.1
56
54
# via
57
55
# aiohttp
58
56
# aiosignal
59
- idna == 3.4
57
+ idna == 3.6
60
58
# via
61
59
# requests
62
60
# yarl
@@ -85,7 +83,7 @@ pydantic==1.10.13
85
83
# via
86
84
# antsibull-core
87
85
# antsibull-docs
88
- pygments == 2.16.1
86
+ pygments == 2.17.2
89
87
# via
90
88
# ansible-pygments
91
89
# sphinx
@@ -131,15 +129,15 @@ sphinx==7.2.5
131
129
# sphinxcontrib-jquery
132
130
# sphinxcontrib-qthelp
133
131
# sphinxcontrib-serializinghtml
134
- sphinx-ansible-theme == 0.10.2
132
+ sphinx-ansible-theme == 0.10.3
135
133
# via -r tests/requirements-relaxed.in
136
134
sphinx-copybutton == 0.5.2
137
135
# via -r tests/requirements-relaxed.in
138
136
sphinx-intl == 2.1.0
139
137
# via -r tests/requirements-relaxed.in
140
138
sphinx-notfound-page == 1.0.0
141
139
# via -r tests/requirements-relaxed.in
142
- sphinx-rtd-theme == 2.0.0rc4
140
+ sphinx-rtd-theme == 2.0.0
143
141
# via
144
142
# -c tests/constraints-base.in
145
143
# sphinx-ansible-theme
@@ -167,15 +165,15 @@ twiggy==0.5.1
167
165
# antsibull-docs
168
166
types-docutils == 0.18.3
169
167
# via rstcheck
170
- typing-extensions == 4.8 .0
168
+ typing-extensions == 4.9 .0
171
169
# via
172
170
# pydantic
173
171
# rstcheck
174
- urllib3 == 2.0.7
172
+ urllib3 == 2.1.0
175
173
# via requests
176
- yarl == 1.9.2
174
+ yarl == 1.9.4
177
175
# via aiohttp
178
176
179
177
# The following packages are considered to be unsafe in a requirements file:
180
- setuptools == 68.2.2
178
+ setuptools == 69.0.3
181
179
# via sphinx-intl
You can’t perform that action at this time.
0 commit comments