Skip to content

Commit 2bb404e

Browse files
[chore]: weekly bump of uv.lock on main (2026-03-09) (#1006)
## Summary Automated weekly update of uv.lock file for nSpect Scanning: - `uv.lock` — upgraded all transitive dependencies to latest compatible versions Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com> Co-authored-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>
1 parent 5d0e012 commit 2bb404e

3 files changed

Lines changed: 346 additions & 328 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ LICENSE_HEADER @NVIDIA/modelopt-setup-codeowners
1010
pyproject.toml @NVIDIA/modelopt-setup-codeowners
1111
SECURITY.md @NVIDIA/modelopt-setup-codeowners
1212
tox.ini @NVIDIA/modelopt-setup-codeowners
13+
uv.lock @NVIDIA/modelopt-setup-codeowners
1314

1415
# Library
1516
modelopt/deploy @NVIDIA/modelopt-deploy-codeowners

.github/workflows/bump_uv_lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
git add uv.lock
5151
git config user.name "github-actions[bot]"
5252
git config user.email "github-actions[bot]@users.noreply.github.com"
53-
git commit -m "[chore]: bump uv.lock"
53+
git commit -s -m "[chore]: bump uv.lock"
5454
git push origin "$BRANCH"
5555
gh pr create \
5656
--title "[chore]: weekly bump of uv.lock on ${BASE} ($(date +%Y-%m-%d))" \

0 commit comments

Comments
 (0)