Bumped version of pymdown-extensions for compatability (#2474)

This commit is contained in:
Sebastian Qvarfordt
2020-09-15 17:11:48 +02:00
committed by GitHub
parent fb118379e8
commit 5236eb6709
2 changed files with 3 additions and 3 deletions
@@ -7,7 +7,7 @@ mkdocs-monorepo-plugin==0.4.5
plantuml-markdown==3.1.2
markdown_inline_graphviz_extension==1.1
pygments==2.6.1
pymdown-extensions==6.3.0
pymdown-extensions==8.0.0
# The linter using for Python
# Note: This requires Python 3.6+ to run, but can format Python 2 code too.
@@ -18,7 +18,7 @@ from setuptools import setup, find_packages
setup(
name='mkdocs-techdocs-core',
version='0.0.5',
version='0.0.6',
description='A Mkdocs package that contains TechDocs defaults',
long_description='',
keywords='mkdocs',
@@ -34,7 +34,7 @@ setup(
'plantuml-markdown==3.1.2',
'markdown_inline_graphviz_extension==1.1',
'pygments==2.6.1',
'pymdown-extensions==6.3.0'
'pymdown-extensions==8.0.0'
],
classifiers=[
'Development Status :: 1 - Planning',