Skip to content

Commit

Permalink
⬆️ UPDATE: docutils v0.19, sphinx v6 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 24, 2023
1 parent 3aed131 commit 8070563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -21,7 +21,7 @@ keywords = ["restructuredtext","markdown", "myst"]

requires-python=">=3.7"
dependencies=[
"docutils>=0.16,<0.19",
"docutils>=0.17,<0.20",
"importlib_resources~=3.1;python_version<'3.9'",
"pyyaml",
"markdown-it-py~=1.0",
Expand All @@ -39,7 +39,7 @@ Documentation = "https://rst-to-myst.readthedocs.io"
rst2myst = "rst_to_myst.cli:main"

[project.optional-dependencies]
sphinx = ["sphinx>=4,<6"]
sphinx = ["sphinx>=5,<7"]
test = [
"pytest~=6.0",
"coverage",
Expand Down

0 comments on commit 8070563

Please sign in to comment.