Support updating the uv lockfile for individual PEP 723 scripts #33590
Closed
mjpieters
started this conversation in
Suggest an Idea
Replies: 1 comment
-
Converted to issue #33591 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tell us more.
Hi!
renovate already supports updating dependencies in a PEP 723 comment block in python scripts.
uv
has since added support for a lockfile for such scripts:The lockfile has the same name as the script file with
.lock
appended, and the file format is the same as that for regular project lockfiles (uv.lock
).The feature is new in
uv
0.5.17:It would be great if renovate could update these lockfiles.
Beta Was this translation helpful? Give feedback.
All reactions