From 8fe8d4e35f4a10a44efa23fe76d6db606b25601f Mon Sep 17 00:00:00 2001 From: codefiles <11915375+codefiles@users.noreply.github.com> Date: Thu, 16 Apr 2026 20:07:57 -0400 Subject: [PATCH] Pin linkify-it-py to Arch Linux package version (#4437) --- pyproject.toml | 3 ++- renovate.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b2e8bdc..f758c745 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