build(deps-dev): bump argcomplete from 3.6.2 to 3.7.0 - #22
dependabot[bot] wants to merge 1 commit into
Conversation
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>
nishantmodak
left a comment
There was a problem hiding this comment.
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.
Bumps argcomplete from 3.6.2 to 3.7.0.
Release notes
Sourced from argcomplete's releases.
Changelog
Sourced from argcomplete's changelog.
Commits
6b4528dv3.7.081608a8Use Python 3.15 in test matrixa59f151Update Python classifiers598c779Add test for #552d543c6fescape glob and brace metacharacters in quote_completions (#552)24ea0e3Upgrade GHA to latest supported runners and actions8e6423btype hinting fixes93eab00Add test for #5515fefb45quote prefix passed to compgen in FilesCompleter (#551)8e5ad6aRemove easy_install script detectionYou 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)