UNCLASSIFIED - NO CUI

Skip to content

Update dependency argcomplete to v3.4.0

This MR contains the following updates:

Package Update Change
argcomplete (changelog) minor ==3.3.0 -> ==3.4.0

Release Notes

kislyuk/argcomplete (argcomplete)

v3.4.0

Compare Source

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

  • No stdin for python calls from bash completion functions (#​488)

    Prevents usage of stdin by (python) executables that are called during completion generation. This prevents the completion locking up the entire shell when the python script is broken i.e. it enters an interactive mode (REPL) instead of generating the completions, as expected.

  • Localize shell variable REPLY to avoid overwriting users’ value (#​489)

    The variable REPLY is used by default by the read shell builtin to store the return value, and like all bash/zsh variables, is scoped globally. This change allows this variable to be used for other needs by appropriately scoping its internal use by an argcomplete utility function that uses read.


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 becomes conflicted, 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.

Merge request reports