Skip to content

Commit

Permalink
⬆️ Update myst-parser requirement
Browse files Browse the repository at this point in the history
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](executablebooks/MyST-Parser@v0.17.2...v1.0.0)

---
updated-dependencies:
- dependency-name: myst-parser
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Galileo-Galilei committed May 8, 2023
1 parent ecd1944 commit 845ad91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _parse_requirements(path, encoding="utf-8"):
"sphinx-markdown-tables~=0.0.15",
"sphinx-click>=3.1,<4.5",
"sphinx_copybutton~=0.5.0",
"myst-parser>=0.17.2,<0.19.0",
"myst-parser>=0.17.2,<1.1.0",
],
"test": [
"pytest>=5.4.0, <8.0.0",
Expand Down

0 comments on commit 845ad91

Please sign in to comment.