Skip to content

Commit f099151

Browse files
committed
Note that uv lock --upgrade-package retains locked versions
1 parent f5601e2 commit f099151

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/concepts/projects.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,8 @@ To upgrade all packages:
381381
$ uv lock --upgrade
382382
```
383383

384-
To upgrade a single package to the latest version:
384+
To upgrade a single package to the latest version, while retaining the locked versions of all other
385+
packages:
385386

386387
```console
387388
$ uv lock --upgrade-package <package>

0 commit comments

Comments
 (0)