summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-02 22:30:09 +0100
committerGitHub <noreply@github.com>2023-03-02 22:30:09 +0100
commitae312a0ddae3ceddcf9cf2aad052eb99eede267f (patch)
tree300964f0502605052be7d5874a158cd173e88161
parent4de654512e8c1219046f2f49664b6c9f66946e84 (diff)
downloadpylint-git-ae312a0ddae3ceddcf9cf2aad052eb99eede267f.tar.gz
Update myst-parser requirement from ~=0.18 to ~=0.19 (#8374)
Updates the requirements on [myst-parser](https://github.com/executablebooks/MyST-Parser) to permit the latest version. - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v0.18.0...v0.19.1) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--doc/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index d2da8f4dc..9aa934fa8 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,6 +1,6 @@
Sphinx==5.3.0
sphinx-reredirects<1
-myst-parser~=0.18
+myst-parser~=0.19
towncrier~=22.12
furo==2022.12.7
-e .