Pin linkify-it-py to Arch Linux package version (#4437)

This commit is contained in:
codefiles 2026-04-16 20:07:57 -04:00 committed by GitHub
parent 02faf9fbb9
commit 8fe8d4e35f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -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]

View File

@ -14,7 +14,7 @@
"description": "Track runtime Python deps via Arch Linux repos instead of PyPI",
"managerFilePatterns": ["**/pyproject.toml"],
"matchStrings": [
"\"(?<depName>pyparted|pydantic|cryptography|textual|markdown-it-py)(?:\\[.*?\\])?==(?<currentValue>[^\"]+)\""
"\"(?<depName>pyparted|pydantic|cryptography|textual|markdown-it-py|linkify-it-py)==(?<currentValue>[^\"]+)\""
],
"depNameTemplate": "arch/python-{{{depName}}}",
"datasourceTemplate": "repology",
@ -58,6 +58,7 @@
"cryptography",
"textual",
"markdown-it-py",
"linkify-it-py",
"systemd_python"
],
"enabled": false