We recently switched a project to using uv for managing dependencies(see GitHub - TeamGraphix/graphix: measurement-based quantum computing (MBQC) library · GitHub).
Since making the switch, we’ve noticed that Dependabot no longer updates the packages listed in the uv.lock file, even though we added the configuration recommended in the uv documentation to dependabot.yml:
updates:
- package-ecosystem: "uv"
directory: "/"
schedule:
interval: weekly
groups:
python-packages:
patterns:
- "*"
For instance, ruff remains locked at 0.15.5 in uv.lock while the latest release is 0.15.12.