diff --git a/setup.py b/setup.py index 7b6aa72..db7eacd 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ INSTALL_DEPS = ['kubernetes==9.0.0', 'requests>=2.20.0', - 'urllib3==1.26.18', + 'urllib3==1.26.19', 'boto3==1.16.18', ] TEST_DEPS = [ 'pytest',