chore(docs): update dependency myst-parser to v1
This commit is contained in:
parent
b6d6901ae4
commit
3152b41c90
|
@ -2165,30 +2165,30 @@ files = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "myst-parser"
|
name = "myst-parser"
|
||||||
version = "0.18.1"
|
version = "1.0.0"
|
||||||
description = "An extended commonmark compliant parser, with bridges to docutils & sphinx."
|
description = "An extended [CommonMark](https://spec.commonmark.org/) compliant parser,"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "myst-parser-0.18.1.tar.gz", hash = "sha256:79317f4bb2c13053dd6e64f9da1ba1da6cd9c40c8a430c447a7b146a594c246d"},
|
{file = "myst-parser-1.0.0.tar.gz", hash = "sha256:502845659313099542bd38a2ae62f01360e7dd4b1310f025dd014dfc0439cdae"},
|
||||||
{file = "myst_parser-0.18.1-py3-none-any.whl", hash = "sha256:61b275b85d9f58aa327f370913ae1bec26ebad372cc99f3ab85c8ec3ee8d9fb8"},
|
{file = "myst_parser-1.0.0-py3-none-any.whl", hash = "sha256:69fb40a586c6fa68995e6521ac0a525793935db7e724ca9bac1d33be51be9a4c"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
docutils = ">=0.15,<0.20"
|
docutils = ">=0.15,<0.20"
|
||||||
jinja2 = "*"
|
jinja2 = "*"
|
||||||
markdown-it-py = ">=1.0.0,<3.0.0"
|
markdown-it-py = ">=1.0.0,<3.0.0"
|
||||||
mdit-py-plugins = ">=0.3.1,<0.4.0"
|
mdit-py-plugins = ">=0.3.4,<0.4.0"
|
||||||
pyyaml = "*"
|
pyyaml = "*"
|
||||||
sphinx = ">=4,<6"
|
sphinx = ">=5,<7"
|
||||||
typing-extensions = "*"
|
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
code-style = ["pre-commit (>=2.12,<3.0)"]
|
code-style = ["pre-commit (>=3.0,<4.0)"]
|
||||||
linkify = ["linkify-it-py (>=1.0,<2.0)"]
|
linkify = ["linkify-it-py (>=1.0,<2.0)"]
|
||||||
rtd = ["ipython", "sphinx-book-theme", "sphinx-design", "sphinxcontrib.mermaid (>=0.7.1,<0.8.0)", "sphinxext-opengraph (>=0.6.3,<0.7.0)", "sphinxext-rediraffe (>=0.2.7,<0.3.0)"]
|
rtd = ["ipython", "pydata-sphinx-theme (==v0.13.0rc4)", "sphinx-autodoc2 (>=0.4.2,<0.5.0)", "sphinx-book-theme (==1.0.0rc2)", "sphinx-copybutton", "sphinx-design2", "sphinx-pyscript", "sphinx-tippy (>=0.3.1)", "sphinx-togglebutton", "sphinxext-opengraph (>=0.7.5,<0.8.0)", "sphinxext-rediraffe (>=0.2.7,<0.3.0)"]
|
||||||
testing = ["beautifulsoup4", "coverage[toml]", "pytest (>=6,<7)", "pytest-cov", "pytest-param-files (>=0.3.4,<0.4.0)", "pytest-regressions", "sphinx (<5.2)", "sphinx-pytest"]
|
testing = ["beautifulsoup4", "coverage[toml]", "pytest (>=7,<8)", "pytest-cov", "pytest-param-files (>=0.3.4,<0.4.0)", "pytest-regressions", "sphinx-pytest"]
|
||||||
|
testing-docutils = ["pygments", "pytest (>=7,<8)", "pytest-param-files (>=0.3.4,<0.4.0)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "oauthlib"
|
name = "oauthlib"
|
||||||
|
@ -3824,4 +3824,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "059968dcf0aedbe12c60a9d5f2eb7cb3d3e3b6d551a8cf3b127aef3c24b0d9d3"
|
content-hash = "e3373a8531f19b7e74bb337f94158917da9e93746a1440affa63b2e3d1530a5c"
|
||||||
|
|
|
@ -14,7 +14,7 @@ sphinx-intl = "2.0.1"
|
||||||
sphinx-multiversion = "0.2.4"
|
sphinx-multiversion = "0.2.4"
|
||||||
sphinx-rtd-theme = "==1.1.1"
|
sphinx-rtd-theme = "==1.1.1"
|
||||||
sphinxcontrib-mermaid = "0.7.1"
|
sphinxcontrib-mermaid = "0.7.1"
|
||||||
myst-parser = "==0.18.1"
|
myst-parser = "==1.0.0"
|
||||||
|
|
||||||
django = "==3.2.18"
|
django = "==3.2.18"
|
||||||
django-environ = "==0.9.0"
|
django-environ = "==0.9.0"
|
||||||
|
|
Loading…
Reference in New Issue