Skip to content

Commit 1b9ed03

Browse files
authored
Merge pull request readthedocs#5396 from stsewd/update-internal-req
Update internal requirements
2 parents b06dedb + 763039a commit 1b9ed03

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readthedocs/doc_builder/python_environments.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -278,20 +278,20 @@ def install_core_requirements(self):
278278
)
279279

280280
requirements = [
281-
'Pygments==2.2.0',
281+
'Pygments==2.3.1',
282282
# Assume semver for setuptools version, support up to next backwards
283283
# incompatible release
284284
self.project.get_feature_value(
285285
Feature.USE_SETUPTOOLS_LATEST,
286286
positive='setuptools<41',
287287
negative='setuptools<40',
288288
),
289-
'docutils==0.13.1',
289+
'docutils==0.14',
290290
'mock==1.0.1',
291-
'pillow==2.6.1',
291+
'pillow==5.4.1',
292292
'alabaster>=0.7,<0.8,!=0.7.5',
293-
'commonmark==0.5.4',
294-
'recommonmark==0.4.0',
293+
'commonmark==0.8.1',
294+
'recommonmark==0.5.0',
295295
]
296296

297297
if self.config.doctype == 'mkdocs':

0 commit comments

Comments
 (0)