From 1238747082ad9141279ab53d38a9f3e85197258d Mon Sep 17 00:00:00 2001 From: codefiles <11915375+codefiles@users.noreply.github.com> Date: Thu, 16 Apr 2026 18:00:14 -0400 Subject: [PATCH] Pin linkify-it-py to Arch Linux package version --- pyproject.toml | 3 ++- renovate.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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