diff --git a/pyproject.toml b/pyproject.toml index 90a2d8b1..a9bf79fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,8 @@ dependencies = [ "pydantic==2.12.5", "cryptography==46.0.7", "textual==8.2.3", - "markdown-it-py[linkify]==4.0.0", + "markdown-it-py==4.0.0", + "linkify-it-py==2.1.0", ] [project.urls] diff --git a/renovate.json b/renovate.json index 540d563c..a8949fba 100644 --- a/renovate.json +++ b/renovate.json @@ -14,7 +14,7 @@ "description": "Track runtime Python deps via Arch Linux repos instead of PyPI", "managerFilePatterns": ["**/pyproject.toml"], "matchStrings": [ - "\"(?pyparted|pydantic|cryptography|textual|markdown-it-py)(?:\\[.*?\\])?==(?[^\"]+)\"" + "\"(?pyparted|pydantic|cryptography|textual|markdown-it-py|linkify-it-py)==(?[^\"]+)\"" ], "depNameTemplate": "arch/python-{{{depName}}}", "datasourceTemplate": "repology", @@ -58,6 +58,7 @@ "cryptography", "textual", "markdown-it-py", + "linkify-it-py", "systemd_python" ], "enabled": false