Skip to content

Commit 8565557

Browse files
committed
chore(deps): annd version constraint to all dependencies for renovate
At least when using the PEP621 backend (uv), renovate only cares about dependencies which have at least one constraint, otherwise it bypasses them. This can see from the logs: { "datasource": "pypi", "depName": "pyzstd", "depType": "project.dependencies", "lockedVersion": "0.17.0", "packageName": "pyzstd", "skipReason": "unspecified-version", "updates": [] }, https://developer.mend.io/github/onekey-sec/unblob
1 parent 460b835 commit 8565557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"pymdown-extensions>=10.15",
2222
"pyperscan>=0.3.0",
2323
"python-magic>=0.4.27",
24-
"pyzstd",
24+
"pyzstd>0.16.2",
2525
"rarfile>=4.1",
2626
"rich>=13.3.5",
2727
"structlog>=24.1.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)