Skip to content

Commit

Permalink
⬆️ Update myst-parser requirement from <4,>=2 to >=2,<5
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@v2.0.0...v4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 0b178a9 commit 8744c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Documentation = "https://sphinx-design.readthedocs.io"

[project.optional-dependencies]
code-style = ["pre-commit>=3,<4"]
rtd = ["myst-parser>=2,<4"]
rtd = ["myst-parser>=2,<5"]
testing = [
"myst-parser>=2,<4",
"myst-parser>=2,<5",
"pytest~=8.3",
"pytest-cov",
"pytest-regressions",
Expand Down

0 comments on commit 8744c81

Please sign in to comment.