Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a60a9de

Browse files
authored
build(poetry): relax argcomplete dependency to allow 2.1.x
1 parent 309a409 commit a60a9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packaging = ">=19"
6868
tomlkit = ">=0.5.3,<1.0.0"
6969
jinja2 = ">=2.10.3"
7070
pyyaml = ">=3.08"
71-
argcomplete = ">=1.12.1,<2.1"
71+
argcomplete = ">=1.12.1,<2.2"
7272
typing-extensions = "^4.0.1"
7373
charset-normalizer = ">=2.1.0,<3.1"
7474

0 commit comments

Comments
 (0)