File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ dependencies = [
2222 " pydantic==2.12.5" ,
2323 " cryptography==46.0.7" ,
2424 " textual==8.2.3" ,
25- " markdown-it-py[linkify]==4.0.0" ,
25+ " markdown-it-py==4.0.0" ,
26+ " linkify-it-py==2.1.0" ,
2627]
2728
2829[project .urls ]
Original file line number Diff line number Diff line change 1414 "description" : " Track runtime Python deps via Arch Linux repos instead of PyPI" ,
1515 "managerFilePatterns" : [" **/pyproject.toml" ],
1616 "matchStrings" : [
17- " \" (?<depName>pyparted|pydantic|cryptography|textual|markdown-it-py)(?: \\ [.*? \\ ])? ==(?<currentValue>[^\" ]+)\" "
17+ " \" (?<depName>pyparted|pydantic|cryptography|textual|markdown-it-py|linkify-it-py) ==(?<currentValue>[^\" ]+)\" "
1818 ],
1919 "depNameTemplate" : " arch/python-{{{depName}}}" ,
2020 "datasourceTemplate" : " repology" ,
5858 " cryptography" ,
5959 " textual" ,
6060 " markdown-it-py" ,
61+ " linkify-it-py" ,
6162 " systemd_python"
6263 ],
6364 "enabled" : false
You can’t perform that action at this time.
0 commit comments