pyupio / pyup

A tool to update your project's dependencies on GitHub. Runs on pyup.io, comes with a command line interface.
https://pyup.io
MIT License
454 stars 67 forks source link

Support for increasing minimum version instead of pinning #326

Open andy-maier opened 6 years ago

andy-maier commented 6 years ago

Today, pyup can only be used to increase the pinned version.

I think it would be useful to have it increase the minimum versions. I.e. a mode in which pyup is sensitive to whether the current version of a package is specified with '==' or with '>=', and retains that type of specification.

rafaelpivato commented 4 years ago

Great point. I would like that too. :+1: