diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-10-01 09:34:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-01 09:34:36 +0200 |
| commit | e9af772b65e34e1e91a3dfe9620c91e5588fb724 (patch) | |
| tree | 3660b79983a3970c8032ffb4ab3b1f80cbb45d68 | |
| parent | 62324655ff0d2e6f234b3e31413877b4b4a7a9fa (diff) | |
| parent | 08149e242dfdc85fafbb91ae777feb6ddb886259 (diff) | |
Merge pull request #1826 from searxng/dependabot/pip/master/myst-parser-0.18.1
Bump myst-parser from 0.18.0 to 0.18.1
| -rw-r--r-- | requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index c4ff9428c..22f453ecc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,7 +14,7 @@ sphinx-tabs==3.4.1 sphinxcontrib-programoutput==0.17 sphinx-autobuild==2021.3.14 sphinx-notfound-page==0.8.3 -myst-parser==0.18.0 +myst-parser==0.18.1 linuxdoc==20211220 aiounittest==1.4.2 yamllint==1.28.0 |