Update myst-parser requirement from <3,>=2 to >=2,<5

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/v2.0.0...v4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-20 16:34:50 +00:00 committed by GitHub
parent 0b09476865
commit 5e690c6183
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ dev = [
doc = [
"Sphinx>=7.0.1,<9",
"docutils==0.20.1",
"myst-parser>=2,<3",
"myst-parser>=2,<5",
]
[project.urls]