Skip to content

Commit

Permalink
Merge pull request #246 from fiaas/update-k8s-to-v0.27.0
Browse files Browse the repository at this point in the history
Update k8s to v0.27.0 to fix issue with watcher
  • Loading branch information
tg90nor authored May 27, 2024
2 parents 9a51eab + 2944e23 commit cc72886
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.26.0",
"k8s == 0.27.0",
"appdirs == 1.4.3",
"requests-toolbelt == 0.10.1",
"backoff == 1.8.0",
Expand Down

0 comments on commit cc72886

Please sign in to comment.