chore(deps): update dependency argcomplete to v3 #463
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:
==2.1.2
->==3.5.1
Release Notes
kislyuk/argcomplete (argcomplete)
v3.5.1
Compare Source
===============================
v3.5.0
Compare Source
===============================
Use project.scripts instead of setuptools scripts (#498)
Test infrastructure improvements
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 builtinto 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
.v3.3.0
Compare Source
===============================
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
===============================
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
===============================
v3.1.5
Compare Source
===============================
v3.1.4
Compare Source
===============================
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
===============================
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
v3.0.8
Compare Source
===============================
v3.0.7
Compare Source
===============================
v3.0.6
Compare Source
===============================
Allow importlib-metadata 6.x; skip test failures on Python 3.7 (#420,
#424)
Note completers can return iterables of strings, not just lists
(#422)
Documentation and test improvements
v3.0.5
Compare Source
===============================
Call _default as fallback in zsh global completion hook
Begin support for mapping-emitting completers
v3.0.4
Compare Source
===============================
activate-global-python-argcomplete: do not overwrite existing dotfile
in user directory
Add NOTICE file
Establish long term name for split_line as
argcomplete.lexers.split_line
v3.0.3
Compare Source
===============================
v3.0.2
Compare Source
===============================
Fix zsh default completion issues
v3.0.1
Compare Source
===============================
v3.0.0
Compare Source
===============================
Fully support zsh. Argcomplete now supports completion descriptions
and global completion in zsh.
Clean up top level namespace.
Documentation and test 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 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 was generated by Mend Renovate. View the repository job log.