Skip to content

Commit

Permalink
Note that uv lock --upgrade-package retains locked versions
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Sep 25, 2024
1 parent f5601e2 commit f099151
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/concepts/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,8 @@ To upgrade all packages:
$ uv lock --upgrade
```

To upgrade a single package to the latest version:
To upgrade a single package to the latest version, while retaining the locked versions of all other
packages:

```console
$ uv lock --upgrade-package <package>
Expand Down

0 comments on commit f099151

Please sign in to comment.