Update dependency myst-parser to v0.18.0 (develop)
This commit is contained in:
parent
4ba06e64a6
commit
42e4fd7add
|
@ -189,26 +189,26 @@ python-versions = ">=3.7"
|
|||
|
||||
[[package]]
|
||||
name = "myst-parser"
|
||||
version = "0.17.2"
|
||||
version = "0.18.0"
|
||||
description = "An extended commonmark compliant parser, with bridges to docutils & sphinx."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.dependencies]
|
||||
docutils = ">=0.15,<0.18"
|
||||
docutils = ">=0.15,<0.19"
|
||||
jinja2 = "*"
|
||||
markdown-it-py = ">=1.0.0,<3.0.0"
|
||||
mdit-py-plugins = ">=0.3.0,<0.4.0"
|
||||
pyyaml = "*"
|
||||
sphinx = ">=3.1,<5"
|
||||
sphinx = ">=4,<6"
|
||||
typing-extensions = "*"
|
||||
|
||||
[package.extras]
|
||||
code_style = ["pre-commit (>=2.12,<3.0)"]
|
||||
linkify = ["linkify-it-py (>=1.0,<2.0)"]
|
||||
rtd = ["ipython", "sphinx-book-theme", "sphinx-panels", "sphinxcontrib-bibtex (>=2.4,<3.0)", "sphinxext-rediraffe (>=0.2.7,<0.3.0)", "sphinxcontrib.mermaid (>=0.7.1,<0.8.0)", "sphinxext-opengraph (>=0.6.3,<0.7.0)"]
|
||||
testing = ["beautifulsoup4", "coverage", "docutils (>=0.17.0,<0.18.0)", "pytest (>=6,<7)", "pytest-cov", "pytest-regressions", "pytest-param-files (>=0.3.4,<0.4.0)"]
|
||||
rtd = ["ipython", "sphinx-book-theme", "sphinx-design", "sphinxext-rediraffe (>=0.2.7,<0.3.0)", "sphinxcontrib.mermaid (>=0.7.1,<0.8.0)", "sphinxext-opengraph (>=0.6.3,<0.7.0)"]
|
||||
testing = ["beautifulsoup4", "coverage", "pytest (>=6,<7)", "pytest-cov", "pytest-regressions", "pytest-param-files (>=0.3.4,<0.4.0)", "sphinx-pytest"]
|
||||
|
||||
[[package]]
|
||||
name = "packaging"
|
||||
|
@ -485,7 +485,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "30211026c47ad9623e93c42a698e47c71250eda31763f0e907810d8d34d96ff5"
|
||||
content-hash = "69b8aef2bcf9824a1630091d503361181103f2db08945dad35002c3c8511793d"
|
||||
|
||||
[metadata.files]
|
||||
alabaster = [
|
||||
|
@ -595,8 +595,8 @@ mdurl = [
|
|||
{file = "mdurl-0.1.1.tar.gz", hash = "sha256:f79c9709944df218a4cdb0fcc0b0c7ead2f44594e3e84dc566606f04ad749c20"},
|
||||
]
|
||||
myst-parser = [
|
||||
{file = "myst-parser-0.17.2.tar.gz", hash = "sha256:4c076d649e066f9f5c7c661bae2658be1ca06e76b002bb97f02a09398707686c"},
|
||||
{file = "myst_parser-0.17.2-py3-none-any.whl", hash = "sha256:1635ce3c18965a528d6de980f989ff64d6a1effb482e1f611b1bfb79e38f3d98"},
|
||||
{file = "myst-parser-0.18.0.tar.gz", hash = "sha256:739a4d96773a8e55a2cacd3941ce46a446ee23dcd6b37e06f73f551ad7821d86"},
|
||||
{file = "myst_parser-0.18.0-py3-none-any.whl", hash = "sha256:4965e51918837c13bf1c6f6fe2c6bddddf193148360fbdaefe743a4981358f6a"},
|
||||
]
|
||||
packaging = [
|
||||
{file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
|
||||
|
|
|
@ -11,7 +11,7 @@ Sphinx = "==4.5.0"
|
|||
sphinx-rtd-theme = "1.0.0"
|
||||
django-environ = "==0.9.0"
|
||||
Django = "==4.0.4"
|
||||
myst-parser = "==0.17.2"
|
||||
myst-parser = "==0.18.0"
|
||||
sphinx-panels = "0.6.0"
|
||||
sphinx-multiversion = "0.2.4"
|
||||
sphinx-intl = "2.0.1"
|
||||
|
|
Loading…
Reference in New Issue