summaryrefslogtreecommitdiff
path: root/textproc/py-myst-parser/files/patch-pyproject.toml
blob: 7e4e15bb5fdc9383122e9703417f755e8e5fb262 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- pyproject.toml.orig	2025-02-12 10:52:59 UTC
+++ pyproject.toml
@@ -36,10 +36,10 @@ dependencies = [
 dependencies = [
     "docutils>=0.19,<0.22",
     "jinja2", # required for substitutions, but let sphinx choose version
-    "markdown-it-py~=3.0",
+    "markdown-it-py>=3.0,<5",
     "mdit-py-plugins~=0.4,>=0.4.1",
     "pyyaml",
-    "sphinx>=7,<9",
+    "sphinx>=5,<9",
 ]
 
 [project.urls]