diff --git a/requirements.txt b/requirements.txt index 3070d44..cd5c72b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ appdirs==1.4.4 attrs==19.3.0 boto3==1.14.30 chardet==3.0.4 -dependency-injector==3.23.2 +dependency-injector==3.29.0 hcloud==1.9.0 kubernetes==11.0.0 pyyaml==5.3.1 diff --git a/setup.py b/setup.py index e62f045..7922f87 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "appdirs==1.4.4", "boto3==1.14.30", "chardet==3.0.4", - "dependency-injector==3.23.2", + "dependency-injector==3.29.0", "hcloud==1.9.0", "kubernetes==11.0.0", "pyyaml==5.3.1",