pipupgrade icon indicating copy to clipboard operation
pipupgrade copied to clipboard

🗽 Like yarn outdated/upgrade, but for pip. Upgrade all your pip packages and automate your Python Dependency Management.

Results 63 pipupgrade issues
Sort by recently updated
recently updated
newest added

### Description Running `pipupgrade -c -l -u --pip-path ~/.local/bin/pip3` and I got this error: ```concurrent.futures.process._RemoteTraceback: """ Traceback (most recent call last): File "/usr/lib64/python3.10/concurrent/futures/process.py", line 246, in _process_worker r = call_item.fn(*call_item.args,...

bug

#### What's the bug all about? Error reported running pipupgrade on this module #### What snippet/command led to this issue? pipupgrade --verbose --latest --yes #### Logs *Please paste the logs...

bug

#### What's the bug all about? When I re-launch the command pipupgrade, I still have the updates to do. It may be because it upgrades in local while it wants...

bug

#### Description https://github.com/achillesrasquinha/pipupgrade/issues/132#issue-1095281395 --> pipupgrade getting stuck on Windows 10 I also encountered this problem: Terminal was also running in admin mode. The programm is just doing nothing. Uninstalling and...

bug

Make sure you're updating packages that not only follows semantic-versioning but also installs limited to the dependency graph.

bug
enhancement
in progress

The feature request md link was broken and the readme had some bad usability The stated commands are annoying to select if hyperlinked, it makes copying and pasting the commands...

Fixes # Fixes Issue #36 ## Proposed Changes - Detect if error is a non-zero status and not raise exception if it is. Just print a warning message.

Fixes #93 ## Proposed Changes - If `--requirements` or `--project` flags are used, current_version for Packages was equal to the specifier in the requirements file eg. requests==2.24.0 showed current_version as...

Fixes #71 ## Proposed Changes From pip 20.X.X onwards, `parse_requirements` returns a generator of ParsedRequirement objects, instead of the InstallRequirement objects as previously Need to wrap `parse_requirements` to return `InstallRequirement`...

#### What's the bug all about? It doesn't run at, all because Windows is missing " around the path #### What command led to this issue? *Please type the exact...

bug