diff --git a/tools/c7n_gcp/requirements.txt b/tools/c7n_gcp/requirements.txt index 7a5d7a2c687..b322300c0d2 100644 --- a/tools/c7n_gcp/requirements.txt +++ b/tools/c7n_gcp/requirements.txt @@ -32,4 +32,4 @@ retrying==1.3.4 ; python_version >= "3.7" and python_version < "4.0" rsa==4.9 ; python_version >= "3.7" and python_version < "4" six==1.16.0 ; python_version >= "3.7" and python_version < "4.0" uritemplate==4.1.1 ; python_version >= "3.7" and python_version < "4.0" -urllib3==1.26.13 ; python_version >= "3.7" and python_version < "4.0" +urllib3==1.26.18 ; python_version >= "3.7" and python_version < "4.0"