diff --git a/requirements.txt b/requirements.txt index bd231cf..0cf21a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ appdirs==1.4.4 attrs==20.1.0 boto3==1.17.105 chardet==3.0.4 -dependency-injector==3.23.2 +dependency-injector==4.35.0 hcloud==1.9.1 kubernetes==11.0.0 pyyaml==5.4 diff --git a/setup.py b/setup.py index 432ce00..d3840f2 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "appdirs==1.4.4", "boto3==1.17.105", "chardet==3.0.4", - "dependency-injector==3.23.2", + "dependency-injector==4.35.0", "hcloud==1.9.1", "kubernetes==11.0.0", "pyyaml==5.4",