Skip to content

Commit 739ca8f

Browse files
build(deps): update argcomplete requirement
Updates the requirements on [argcomplete](https://github.com/kislyuk/argcomplete) to permit the latest version. - [Release notes](https://github.com/kislyuk/argcomplete/releases) - [Changelog](https://github.com/kislyuk/argcomplete/blob/main/Changes.rst) - [Commits](kislyuk/argcomplete@v1.12.1...v3.7.0) --- updated-dependencies: - dependency-name: argcomplete dependency-version: 3.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62fb12d commit 739ca8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"tomlkit (>=0.8.0,<1.0.0)",
2424
"jinja2>=2.10.3",
2525
"pyyaml>=3.08",
26-
"argcomplete >=1.12.1,<3.7",
26+
"argcomplete >=1.12.1,<3.8",
2727
"typing-extensions (>=4.0.1,<5.0.0) ; python_version < '3.11'",
2828
"charset-normalizer (>=2.1.0,<4)",
2929
"deprecated (>=1.2.13, <2)",

0 commit comments

Comments
 (0)