Skip to content

Commit b5d58e6

Browse files
authored
Merge pull request #1261 from onekey-sec/fix-renovate
Fix renovate integaration
2 parents 460b835 + 636be08 commit b5d58e6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-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",

renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"enabled": true,
2525
"description": "opt-in support for nix https://docs.renovatebot.com/modules/manager/nix/#enabling"
2626
},
27+
"pep621": {
28+
"rangeStrategy": "update-lockfile"
29+
},
2730
"pre-commit": {
2831
"enabled": true,
2932
"description": "opt-in support for pre-commit https://docs.renovatebot.com/modules/manager/nix/#enabling"

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)