summaryrefslogtreecommitdiff
path: root/textproc/py-markdown-callouts/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-markdown-callouts/files/patch-pyproject.toml')
-rw-r--r--textproc/py-markdown-callouts/files/patch-pyproject.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/py-markdown-callouts/files/patch-pyproject.toml b/textproc/py-markdown-callouts/files/patch-pyproject.toml
index 225fea3423eb..d7109fd7a191 100644
--- a/textproc/py-markdown-callouts/files/patch-pyproject.toml
+++ b/textproc/py-markdown-callouts/files/patch-pyproject.toml
@@ -2,6 +2,15 @@ Use the more lightweight py-poetry-core instead py-poetry.
--- pyproject.toml.orig 2022-09-18 20:43:59 UTC
+++ pyproject.toml
+@@ -13,7 +13,7 @@ python = "^3.6"
+
+ [tool.poetry.dependencies]
+ python = "^3.6"
+-Markdown = "^3.3.3"
++Markdown = ">=3.3.3"
+
+ [tool.poetry.dev-dependencies]
+ pytest = "^6.1.2"
@@ -48,5 +48,5 @@ filterwarnings = ["ignore::DeprecationWarning:.*:",
"default::DeprecationWarning:markdown_callouts.*:"]