Skip to content

Commit bcdc2a4

Browse files
committed
chore(deps): update dependency argparse to v3
I checked with latest `argcomplete == 3.7.0` and certainly the completion in bash is working with a quick check.
1 parent 72134f5 commit bcdc2a4

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
@@ -41,7 +41,7 @@ license = {text = "LGPL-3.0-or-later"}
4141
dynamic = ["version"]
4242

4343
[project.optional-dependencies]
44-
autocompletion = ["argcomplete>=1.10.0,<3"]
44+
autocompletion = ["argcomplete>=1.10.0,<4"]
4545
yaml = ["PyYaml>=6.0.1"]
4646
graphql = ["gql[httpx]>=3.5.0,<5"]
4747

0 commit comments

Comments
 (0)