diff --git a/app/requirements.txt b/app/requirements.txt index 46977e8a..f808d91c 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -6,7 +6,7 @@ aws-sns-message-validator==0.0.5 boto3==1.34.79 fastapi==0.110.1 geoip2==4.8.0 -google-api-python-client==2.124.0 +google-api-python-client==2.125.0 google-auth-httplib2==0.2.0 google-auth-oauthlib==0.8.0 google-api-core==2.18.0 diff --git a/scripts/google_pickle_string/requirements.txt b/scripts/google_pickle_string/requirements.txt index b5bb94ba..3c9b8f5d 100644 --- a/scripts/google_pickle_string/requirements.txt +++ b/scripts/google_pickle_string/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==2.124.0 +google-api-python-client==2.125.0 google-auth-httplib2==0.2.0 google-auth-oauthlib==1.2.0 \ No newline at end of file diff --git a/terraform/s3.tf b/terraform/s3.tf index 4e7e14ac..b85d06b0 100644 --- a/terraform/s3.tf +++ b/terraform/s3.tf @@ -1,5 +1,5 @@ module "sre_bot_bucket" { - source = "github.com/cds-snc/terraform-modules//S3?ref=v9.2.7" + source = "github.com/cds-snc/terraform-modules//S3?ref=v9.3.6" bucket_name = "sre-bot-bucket" versioning = { enabled = true