Skip to content

fix(deps): update dependency argcomplete to v3.3.0

Vincent Meurisse requested to merge renovate/argcomplete-3.x-lockfile into main

This MR contains the following updates:

Package Type Update Change
argcomplete (changelog) dependencies minor 3.0.8 -> 3.3.0

Release Notes

kislyuk/argcomplete (argcomplete)

v3.3.0

Compare Source

===============================

  • Preserve compatibility with argparse option tuples of length 4. This update is required to use argcomplete on Python 3.11.9+ or 3.12.3+.

v3.2.3

Compare Source

===============================

  • Allow register-python-argcomplete output to be used as lazy-loaded zsh completion module (#​475)

  • Move debug_stream initialization to helper method to allow fd 9 behavior to be overridden in subclasses (#​471)

v3.2.2

Compare Source

===============================

Expand tilde in zsh

v3.2.1

Compare Source

===============================

  • Allow explicit zsh global completion activation (#​467)

v3.2.0

Compare Source

===============================

  • Fix and test global completion in zsh (#​463, #​466)

  • Add –yes option to activate-global-python-argcomplete (#​461)

  • Test suite improvements

v3.1.6

Compare Source

===============================

  • Respect user choice in activate-global-python-argcomplete

v3.1.5

Compare Source

===============================

  • Escape colon in zsh completions. Fixes #​456

v3.1.4

Compare Source

===============================

  • Call _default as a fallback in zsh global completion

v3.1.3

Compare Source

===============================

  • Use homebrew prefix by default

  • zsh: Allow to use external script (#​453)

  • Add support for Python 3.12 and drop EOL 3.6 and 3.7 (#​449)

v3.1.2

Compare Source

===============================

  • Ensure Python 3.12+ compatibility in check_console_script (#​448)

v3.1.1

Compare Source

===============================

  • Search through asdf shims

  • Use ` as escape character in PowerShell (#​434)

v3.1.0

Compare Source

===============================

  • setup.py -> pyproject.toml migration start (#​427)

  • Improve user install logic in activate-global-python-argcomplete (#​437)

  • Ensure Python 3.7 compatibility in check_console_script (#​436)

  • ZSH implementation fixes (#​431, #​433)

  • Documentation improvements


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Vincent Meurisse

Merge request reports