Skip to content

build(deps-dev): bump argcomplete from 3.6.2 to 3.7.0 - #22

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/argcomplete-3.7.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/argcomplete-3.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor

Bumps argcomplete from 3.6.2 to 3.7.0.

Release notes

Sourced from argcomplete's releases.

v3.7.0

  • Escape glob and brace metacharacters in quote_completions (#552)
  • Quote prefix passed to compgen in FilesCompleter (#551)
  • Remove deprecated easy_install script detection
  • Type hinting improvements

v3.6.3

  • Make RE PCRE compatible. Fixes #539

    • Only execute Python interpreters (#536)

    • fish: set variable scope to local to avoid clobbering global or universal variables (#534)

    • Documentation and help improvements

Changelog

Sourced from argcomplete's changelog.

Changes for v3.7.0 (2026-06-30)

  • Escape glob and brace metacharacters in quote_completions (#552)
  • Quote prefix passed to compgen in FilesCompleter (#551)
  • Remove deprecated easy_install script detection
  • Type hinting improvements

Changes for v3.6.3 (2025-10-19)

  • Make RE PCRE compatible. Fixes #539

  • Only execute Python interpreters (#536)

  • fish: set variable scope to local to avoid clobbering global or universal variables (#534)

  • Documentation and help improvements

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [argcomplete](https://github.com/kislyuk/argcomplete) from 3.6.2 to 3.7.0.
- [Release notes](https://github.com/kislyuk/argcomplete/releases)
- [Changelog](https://github.com/kislyuk/argcomplete/blob/main/Changes.rst)
- [Commits](kislyuk/argcomplete@v3.6.2...v3.7.0)

---
updated-dependencies:
- dependency-name: argcomplete
  dependency-version: 3.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 2, 2026

@nishantmodak nishantmodak left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the complete argcomplete 3.6.2 → 3.7.0 lockfile change and its Nox2024.4.15 consumer at de115fc4b7a35c43e3fbec16387f1013a1717a16. No actionable regression found.

Local validation: installed both versions using the exact lockfile hashes and ran 16 pytest probes through the real Nox CLI/argcomplete integration. Session discovery and completion, options/help, missing directories, and report filenames containing Unicode, spaces and shell metacharacters pass on head. The same harness has 15 passes and one failure on base: a brace-containing filename expands into two different arguments; this upgrade preserves its literal identity.

Limits: Python3.12/macOS/Bash only. The full dev lock has an unchanged cryptography/cffi conflict on base and head, so the comparison isolates the exact changed package over the same Nox environment. All13CIchecks report success, but CI installs pyproject extras rather than this lockfile. Full Nox install/test sessions and GPU hardware were not exercised locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant