Skip to content

Commit 9d3a050

Browse files
jakob-kelleractions-user
authored andcommitted
build(poetry): relax argcomplete dependency to allow 2.1.x
1 parent 7a8c2d8 commit 9d3a050

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
@@ -65,7 +65,7 @@ packaging = ">=19"
6565
tomlkit = ">=0.5.3,<1.0.0"
6666
jinja2 = ">=2.10.3"
6767
pyyaml = ">=3.08"
68-
argcomplete = ">=1.12.1,<2.1"
68+
argcomplete = ">=1.12.1,<2.2"
6969
typing-extensions = "^4.0.1"
7070
charset-normalizer = ">=2.1.0,<3.1"
7171
# Use the Python 3.11 compatible API: https://github.com/python/importlib_metadata#compatibility

0 commit comments

Comments
 (0)