magmax / python-inquirer

A collection of common interactive command line user interfaces, based on Inquirer.js (https://github.com/SBoudrias/Inquirer.js/)
MIT License
1.01k stars 97 forks source link

build(deps): update pipx requirement from <1.5.0 to <1.6.0 in /.github/workflows #592

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Updates the requirements on pipx to permit the latest version.

Release notes

Sourced from pipx's releases.

1.5.0

What's Changed

... (truncated)

Changelog

Sourced from pipx's changelog.

1.5.0 - 2024-03-29

Features

  • Add --global option to pipx commands. - This will run the action in a global scope and affect environment for all system users. (#754)
  • Add a --fetch-missing-python flag to all commands that accept a --python flag. - When combined, this will automatically download a standalone copy of the requested python version if it's not already available on the user's system. (#1242)
  • Add commands to list and prune standalone interpreters (#1248)
  • Revert platform-specific directories on MacOS and Windows - They were leading to a lot of issues with Windows sandboxing and spaces in shebangs on MacOS. (#1257)
  • Add --install option to pipx upgrade command. - This will install the package given as argument if it is not already installed. (#1262)

Bugfixes

  • Correctly resolve home directory in pipx directory environment variables. (#94)
  • Pass through pip arguments when upgrading shared libraries. (#964)
  • Fix installation issues when files in the working directory interfere with venv creation process. (#1091)
  • Report correct filename in tracebacks with pipx run <scriptname> (#1191)
  • Let self-managed pipx uninstall itself on windows again. (#1203)
  • Fix path resolution for python executables looked up in PATH on windows. (#1205)
  • Display help message when pipx install is run without arguments. (#1266)
  • Fix crashes due to superfluous -q flags by discarding exceeding values (#1283)

Improved Documentation

  • Update the completion instructions for zipapp users. (#1072)
  • Update the example for running scripts with dependencies. (#1227)
  • Update the docs for package developers on the use of configuration using pyproject.toml (#1229)
  • Add installation instructions for Fedora (#1239)
  • Update the examples for installation from local dir (#1277)
  • Fix inconsistent wording in pipx install command description. (#1307)

Deprecations and Removals

  • Deprecate --skip-maintenance flag of pipx list; maintenance is now never executed there (#1256)

Misc

1.4.3 - 2024-01-16

Bugfixes

  • Autofix python version for pylauncher, when version is provided prefixed with python (#1150)

... (truncated)

Commits


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | pipx | [>= 1.6.a, < 1.7] |

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Cube707 commented 3 months ago

@dependabot ignore this minor version

dependabot[bot] commented 3 months ago

OK, I won't notify you about version 1.5.x again, unless you re-open this PR.