Skip to content

Commit

Permalink
Use k8s 0.20.0
Browse files Browse the repository at this point in the history
This version includes built-in support in k8s for in-cluster config,
which is used in 89d6cb9.
  • Loading branch information
oyvindio committed Dec 8, 2021
1 parent 72e0f00 commit cfb1dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.0",
"k8s == 0.20.0",
"monotonic == 1.5",
"appdirs == 1.4.3",
"requests-toolbelt == 0.9.1",
Expand Down

0 comments on commit cfb1dca

Please sign in to comment.