chore(deps): update dependency pipx to v1.6.0 #3131
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.5.0
->==1.6.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
pypa/pipx (pipx)
v1.6.0
Compare Source
Features
install-all
command to install packages according to spec metadata file. (#687)pipx pin
andpipx unpin
commands, which can be used to pin or unpin the versionof an installed package, so it will not be upgraded by
pipx upgrade
orpipx upgrade-all
. (#891)--pinned
topipx list
command for listing pinned packages only. (#891)pipx interpreter upgrade
command to upgrade local standalone python in micro/patch level (#1249)--requirement
option toinject
command to read list of packages from a text file. (#1252)pipx upgrade-shared
command, to create/upgrade shared libraries as a standalone command. (#1316)upgrade
command to accept multiple packages as arguments. (#1336)--python
arg when py launcher is not available (#1342)install-all
gather errors in batch (#1348)Bugfixes
DEFAULT_PYTHON
to the actual absolute path (#965)--force
being passed. (#1300)--python
and--force
flag warning if both flags are present (#1304)pipx reinstall
, as this might wreak havoc. (#1324)venv
module arguments work withupgrade --install
(#1344)--preinstall
dependency instead of latest version (#1377)--global
option into shared parser, such that it can be passed after the subcommand, for examplepipx ensurepath --global
. (#1397)pipx run
entry point if a local path was given as package. (#1422)Improved Documentation
pdm-backend
. (#1312)ensure_path
(#1346)Configuration
📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.