From 1b3ad3c90cea7481dca16d42d0ee1407f4d58c3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:47:08 +0000 Subject: [PATCH] chore(deps): update all minor dependencies --- app/requirements.txt | 2 +- scripts/google_pickle_string/requirements.txt | 2 +- terraform/s3.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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..5a956933 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.5" bucket_name = "sre-bot-bucket" versioning = { enabled = true