Skip to content

Commit aeb5e30

Browse files
jakob-kellerLee-W
authored andcommitted
build(poetry): relax argcomplete dependency to allow 3.0.x
1 parent 167ce70 commit aeb5e30

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

poetry.lock

+6-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ packaging = ">=19"
4343
tomlkit = ">=0.5.3,<1.0.0"
4444
jinja2 = ">=2.10.3"
4545
pyyaml = ">=3.08"
46-
argcomplete = ">=1.12.1,<2.2"
46+
argcomplete = ">=1.12.1,<3.1"
4747
typing-extensions = { version = "^4.0.1", python = "<3.8" }
4848
charset-normalizer = ">=2.1.0,<4"
4949
# Use the Python 3.11 compatible API: https://github.com/python/importlib_metadata#compatibility

0 commit comments

Comments
 (0)