Skip to content

Commit 93ac84d

Browse files
authored
Update myst-parser to 1.0
Updating to myst 1.0 so that we no longer pin Sphinx
1 parent a073d5c commit 93ac84d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Documentation = "https://sphinx-design.readthedocs.io"
3535

3636
[project.optional-dependencies]
3737
code_style = ["pre-commit~=2.12"]
38-
rtd = ["myst-parser~=0.18.0"]
38+
rtd = ["myst-parser~=1.0"]
3939
testing = [
40-
"myst-parser~=0.18.0",
40+
"myst-parser~=1.0",
4141
"pytest~=7.1",
4242
"pytest-cov",
4343
"pytest-regressions",

0 commit comments

Comments
 (0)