chore(dependencies): re-generate uv lockfile to bring in patched Pygments version#166
Conversation
rileyok-ons
left a comment
There was a problem hiding this comment.
Passed testing and using uv audit, looks great
|
Wonder if you don't need to regenerate the whole lock file if you just do uv sync --upgradeShould just update the deps that have available updates rather than requiring a whole lock file rewrite, though the results should be pretty much the same. |
|
I can't find the dependabot config file ( |
We haven't set one up yet (although I'll add a backlog ticket for that now), so it's operating on the default behaviour - I think that's just scanning any 'standard' dependency management files (e.g. requirements.txt, poetry.lock, uv.lock, etc.) once a day.
That's good to know, thanks - does this make changes just to your local environment, or to the lockfile too (such that they can be committed)? |
Yep, it updates the lock file too... I think it's possibly the same as doing |
|
Thanks both. @Tom-Owen-ONS I'll try to use that method as an initial attempt to resolve dependabot issues going forward, thanks - I'll merge this as-is for now though. |
📌 Address Dependabot Alerts
✨ Summary
Dependabot flagged two vulnerabilities in two dependencies, re-generating the
uv.lockfile was sufficient to bring in the patched versions.dependencies:
📜 Changes Introduced
✅ Checklist
terraform fmt&terraform validate)🔍 How to Test
uv syncuv tree | grep --color=always -E 'pygments|$'