diff --git a/ingestion-edge/requirements.in b/ingestion-edge/requirements.in index 518ebdf2b..0a0113e64 100644 --- a/ingestion-edge/requirements.in +++ b/ingestion-edge/requirements.in @@ -1,7 +1,7 @@ aiohttp==3.10.3 dockerflow==2022.8.0 exceptiongroup # for pytest on python<=3.10 -google-cloud-container==2.46.0 +google-cloud-container==2.52.0 google-cloud-monitoring==2.22.2 google-cloud-pubsub==1.0.2 gunicorn==22.0.0 diff --git a/ingestion-edge/requirements.txt b/ingestion-edge/requirements.txt index 5f7406d3f..4a349e10b 100644 --- a/ingestion-edge/requirements.txt +++ b/ingestion-edge/requirements.txt @@ -321,9 +321,9 @@ google-auth==2.29.0 \ # google-cloud-container # google-cloud-monitoring # kubernetes -google-cloud-container==2.46.0 \ - --hash=sha256:0864712af56ca81a4c14c57a5d95f89cb24da7f32e0872799303b265eb2af5c5 \ - --hash=sha256:de46d9fb2db69a5f23e0d5637c4cf397525c02c6f2549182449ba2b6fecaee5c +google-cloud-container==2.52.0 \ + --hash=sha256:7a2fac7680a6a5bb2776b494a1fd1e2e64e4935643b2a01fb93bb8d1bb73b0ef \ + --hash=sha256:a62ede7256cf113bbb134685c703ea2dc4cbf60e08875e23dc4369c46743adaa # via -r requirements.in google-cloud-monitoring==2.22.2 \ --hash=sha256:3f07aead6a80a894c5f8e151f1cccf78478eab14e14294f4b83aaa3f478b5c4e \