Update dependency myst-parser to v0.17.2 (stable)
This commit is contained in:
parent
1b8e19e129
commit
36dcc0b866
|
@ -192,7 +192,7 @@ python-versions = ">=3.6"
|
|||
|
||||
[[package]]
|
||||
name = "myst-parser"
|
||||
version = "0.17.0"
|
||||
version = "0.17.2"
|
||||
description = "An extended commonmark compliant parser, with bridges to docutils & sphinx."
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -210,7 +210,7 @@ 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 (>=0.1.0,<0.2.0)", "sphinx-panels (>=0.5.2,<0.6.0)", "sphinxcontrib-bibtex (>=2.1,<3.0)", "sphinxext-rediraffe (>=0.2,<1.0)", "sphinxcontrib.mermaid (>=0.6.3,<0.7.0)", "sphinxext-opengraph (>=0.4.2,<0.5.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)"]
|
||||
|
||||
[[package]]
|
||||
|
@ -471,7 +471,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "72cd5310d892583ced62cbb420144b12646a6938457bcbc35eb36116ba938be0"
|
||||
content-hash = "1253741b33c5dbaecb1434b76c232f33a932685d71e48d4f18e713b688b946ba"
|
||||
|
||||
[metadata.files]
|
||||
alabaster = [
|
||||
|
@ -581,8 +581,8 @@ mdurl = [
|
|||
{file = "mdurl-0.1.0.tar.gz", hash = "sha256:94873a969008ee48880fb21bad7de0349fef529f3be178969af5817239e9b990"},
|
||||
]
|
||||
myst-parser = [
|
||||
{file = "myst-parser-0.17.0.tar.gz", hash = "sha256:d412347a5cacb77ebc03d7f7ffef050cd61957d46f234313d350e84e24972260"},
|
||||
{file = "myst_parser-0.17.0-py3-none-any.whl", hash = "sha256:555ec2950aba5ae5dac5c162c7e9a43ad4a7291cfac644d8f5f84da8efa6f356"},
|
||||
{file = "myst-parser-0.17.2.tar.gz", hash = "sha256:4c076d649e066f9f5c7c661bae2658be1ca06e76b002bb97f02a09398707686c"},
|
||||
{file = "myst_parser-0.17.2-py3-none-any.whl", hash = "sha256:1635ce3c18965a528d6de980f989ff64d6a1effb482e1f611b1bfb79e38f3d98"},
|
||||
]
|
||||
packaging = [
|
||||
{file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
|
||||
|
|
|
@ -11,7 +11,7 @@ Sphinx = "4.4.0"
|
|||
sphinx-rtd-theme = "1.0.0"
|
||||
django-environ = "0.8.1"
|
||||
Django = "==4.0.4"
|
||||
myst-parser = "0.17.0"
|
||||
myst-parser = "==0.17.2"
|
||||
sphinx-panels = "0.6.0"
|
||||
sphinx-multiversion = "0.2.4"
|
||||
|
||||
|
|
Loading…
Reference in New Issue