From 33a93e094388ad4b9ee5926036eafb826366f122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2020 13:02:46 +0000 Subject: [PATCH] Update kubeclient requirement from >= 4.4, < 4.9 to >= 4.4, < 4.10 Updates the requirements on [kubeclient](https://github.com/abonas/kubeclient) to permit the latest version. - [Release notes](https://github.com/abonas/kubeclient/releases) - [Changelog](https://github.com/abonas/kubeclient/blob/master/CHANGELOG.md) - [Commits](https://github.com/abonas/kubeclient/compare/v4.4.0...v4.9.0) Signed-off-by: dependabot[bot] --- beaker-gke.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beaker-gke.gemspec b/beaker-gke.gemspec index 89e5c65..3dd0c90 100644 --- a/beaker-gke.gemspec +++ b/beaker-gke.gemspec @@ -32,5 +32,5 @@ Gem::Specification.new do |s| # Run time dependencies s.add_runtime_dependency 'googleauth', '~> 0.9' - s.add_runtime_dependency 'kubeclient', '>= 4.4', '< 4.9' + s.add_runtime_dependency 'kubeclient', '>= 4.4', '< 4.10' end