Skip to content

Commit

Permalink
⬆️ Update myst-parser requirement from <3,>=1 to >=1,<4
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@v1.0.0...v3.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent a3bdfa3 commit a5896e1
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 @@ -35,9 +35,9 @@ Documentation = "https://sphinx-design.readthedocs.io"

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

0 comments on commit a5896e1

Please sign in to comment.