-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Indicate that
uv lock --upgrade
has updated the lock file (#5110)
## Summary Resolves #4346, I've gone with the suggested `cargo` approach here. ## Test Plan `cargo test` ```console ❯ ../target/debug/uv lock --upgrade warning: `uv lock` is experimental and may change without warning. Resolved 11 packages in 41ms Updating flask v2.3.3 -> v3.0.3 note: pass `--verbose` to see 9 unchanged dependencies ❯ ../target/debug/uv lock --upgrade -vv 0.002478s DEBUG uv uv 0.2.24 warning: `uv lock` is experimental and may change without warning. .... Resolved 11 packages in 50ms 0.103703s DEBUG uv::commands::project::lock Unchanged blinker v1.8.2 0.103719s DEBUG uv::commands::project::lock Unchanged click v8.1.7 0.103731s DEBUG uv::commands::project::lock Unchanged colorama v0.4.6 0.103742s DEBUG uv::commands::project::lock Unchanged flask v3.0.3 0.103754s DEBUG uv::commands::project::lock Unchanged importlib-metadata v8.0.0 0.103767s DEBUG uv::commands::project::lock Unchanged itsdangerous v2.2.0 0.103778s DEBUG uv::commands::project::lock Unchanged jinja2 v3.1.4 0.103788s DEBUG uv::commands::project::lock Unchanged markupsafe v2.1.5 0.103798s DEBUG uv::commands::project::lock Unchanged werkzeug v3.0.3 0.103809s DEBUG uv::commands::project::lock Unchanged zipp v3.19.2 ```
- Loading branch information
Showing
3 changed files
with
701 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.