diff --git a/setup.py b/setup.py index 0e2ccf52..624e8d93 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def read(filename): "decorator < 5.0.0", # 5.0.0 and later drops py2 support (transitive dep from pinject) "six >= 1.12.0", "dnspython == 1.16.0", - "k8s == 0.23.4", + "k8s == 0.24.2", "appdirs == 1.4.3", "requests-toolbelt == 0.10.1", "backoff == 1.8.0",