Skip to content

Commit 92b1e89

Browse files
committed
build(poetry): relax argcomplete dependency to allow 2.0.x
1 parent 6ef0017 commit 92b1e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ packaging = ">=19,<22"
6565
tomlkit = ">=0.5.3,<1.0.0"
6666
jinja2 = ">=2.10.3"
6767
pyyaml = ">=3.08"
68-
argcomplete = "^1.12.1"
68+
argcomplete = ">=1.12.1,<2.1"
6969
typing-extensions = "^4.0.1"
7070
charset-normalizer = "^2.1.0"
7171

0 commit comments

Comments
 (0)