Skip to content

Commit 8fe8d4e

Browse files
authored
Pin linkify-it-py to Arch Linux package version (#4437)
1 parent 02faf9f commit 8fe8d4e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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]

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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",
@@ -58,6 +58,7 @@
5858
"cryptography",
5959
"textual",
6060
"markdown-it-py",
61+
"linkify-it-py",
6162
"systemd_python"
6263
],
6364
"enabled": false

0 commit comments

Comments
 (0)