summaryrefslogtreecommitdiff
path: root/textproc/py-myst-parser/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-myst-parser/files/patch-pyproject.toml')
-rw-r--r--textproc/py-myst-parser/files/patch-pyproject.toml10
1 files changed, 7 insertions, 3 deletions
diff --git a/textproc/py-myst-parser/files/patch-pyproject.toml b/textproc/py-myst-parser/files/patch-pyproject.toml
index 67ed6bf33144..7e4e15bb5fdc 100644
--- a/textproc/py-myst-parser/files/patch-pyproject.toml
+++ b/textproc/py-myst-parser/files/patch-pyproject.toml
@@ -1,7 +1,11 @@
---- pyproject.toml.orig 2024-08-05 14:02:40 UTC
+--- pyproject.toml.orig 2025-02-12 10:52:59 UTC
+++ pyproject.toml
-@@ -38,7 +38,7 @@ dependencies = [
- "markdown-it-py~=3.0",
+@@ -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",