We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5601e2 commit f099151Copy full SHA for f099151
docs/concepts/projects.md
@@ -381,7 +381,8 @@ To upgrade all packages:
381
$ uv lock --upgrade
382
```
383
384
-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
385
+packages:
386
387
```console
388
$ uv lock --upgrade-package <package>
0 commit comments