diff --git a/pyproject.toml b/pyproject.toml index 280d8e8..059f09d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = { file = 'LICENSE' } authors = [{ name = "Stefan Eiermann", email = "stefan.eiermann@eneka.de" }] dependencies = [ "python-hcl2==4.3.5", - "argcomplete==3.5.1", + "argcomplete==3.6.0", ] classifiers = [ "Development Status :: 4 - Beta",