ci: update python lockfile weekly (#3498)

Make sure we are getting security fixes in there regularly, and other
useful bumps.
This commit is contained in:
Will Jones
2026-06-03 15:24:32 -07:00
committed by GitHub
parent 4e44262499
commit a16676e05f
2 changed files with 2264 additions and 1973 deletions

View File

@@ -21,3 +21,14 @@ updates:
update-types:
- minor
- patch
- package-ecosystem: pip
directory: /python
schedule:
interval: weekly
# Only update uv.lock, never widen version requirements in pyproject.toml.
versioning-strategy: lockfile-only
groups:
python-deps:
patterns:
- "*"