Pin linkify-it-py to Arch Linux package version (#4437)
This commit is contained in:
parent
02faf9fbb9
commit
8fe8d4e35f
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue