Skip to content

Commit

Permalink
chore: bump myst-parser for ease
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Oct 13, 2023
1 parent 4812d8d commit 7cadb7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
sphinx: [">=4.0,<=7.*"] # Newest Sphinx (any)
myst-parser: [">=0.18.0,<=2.*"] # Newest MyST Parser (any)
myst-parser: [">=1.0.0,<=2.*"] # Newest MyST Parser (any)
include:
# Just check the other platforms once
- os: windows-latest
Expand All @@ -43,7 +43,7 @@ jobs:
- os: ubuntu-latest
python-version: "3.8"
sphinx: "~=4.0"
myst-parser: "~=0.18.0"
myst-parser: "~=0.19.0"
# Newest known-compatible dependencies
- os: ubuntu-latest
python-version: "3.12"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"ipython",
"jupyter-cache>=0.5,<0.7",
"nbclient", # nbclient version pinned by jupyter-client
"myst-parser>=0.18.0",
"myst-parser>=1.0.0",
"nbformat~=5.0",
"pyyaml",
"sphinx>=4",
Expand Down

0 comments on commit 7cadb7d

Please sign in to comment.