Skip to content

Commit

Permalink
Update myst-parser to 1.0
Browse files Browse the repository at this point in the history
Updating to myst 1.0 so that we no longer pin Sphinx
  • Loading branch information
choldgraf committed Apr 6, 2023
1 parent a073d5c commit 93ac84d
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~=2.12"]
rtd = ["myst-parser~=0.18.0"]
rtd = ["myst-parser~=1.0"]
testing = [
"myst-parser~=0.18.0",
"myst-parser~=1.0",
"pytest~=7.1",
"pytest-cov",
"pytest-regressions",
Expand Down

0 comments on commit 93ac84d

Please sign in to comment.