Skip to content

Commit 763039a

Browse files
committed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/doc_builder/python_environments.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ def install_core_requirements(self):
290290
'mock==1.0.1',
291291
'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)