-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionality
Description
this will update the version pins in the pyproject.toml file
prior art:
- deno: https://deno.com/blog/v2.2#dependency-management
- poetry: https://github.com/MousaZeidBaker/poetry-plugin-up
- npm: https://docs.npmjs.com/cli/v10/commands/npm-update
- npm-check-updates: https://www.npmjs.com/package/npm-check-updates
> uv upgrade
upgraded 10 dependencies in 0.001 seconds 🚀
why? when i want to update all the dependencies in a project, it can be tedious to manually search for and update each and every dependency. additionally, for application projects (not libraries), i like to be able to squizz the pyproject file for an easy overview of which dependencies are actually installed, not just some possible range
DetachHead, bjorhn, DarylStark, T-256, mvieira-absolute and 288 moreixxie, tomaszbk, prrao87, marien-nebesta, MicaelJarniac and 22 morepetrprikryl, acdha, araa47, Podkosa, funkindy and 50 moremoble, nguaman, alexjrk, agallant72, ekamperi and 1 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionality