Skip to content

Commit

Permalink
build(deps): bump myst-parser from 2.0.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 2.0.0 to 3.0.0.
- [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...v3.0.0)

---
updated-dependencies:
- dependency-name: myst-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and cauliyang committed Apr 24, 2024
1 parent e119238 commit a0f8b24
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tikzplotlib = "^0.10.1"
nox = ">=2023.4.22,<2025.0.0"
nox-poetry = "^1.0.2"
codecov = "^2.1.13"
myst-parser = ">=1,<3"
myst-parser = ">=1,<4"
sphinx-immaterial = { extras = [
"clang-format",
"cpp",
Expand Down

0 comments on commit a0f8b24

Please sign in to comment.