Skip to content

Commit

Permalink
chore(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 23, 2024
1 parent e77e030 commit be35c31
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ 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.126.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==0.8.0
google-api-core==2.18.0
google-auth==2.29.0
httpx==0.27.0
itsdangerous==2.1.2
itsdangerous==2.2.0
Jinja2==3.1.3
PyJWT==2.8.0
PyYAML!=6.0.0,!=5.4.0,!=5.4.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/google_pickle_string/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.124.0
google-api-python-client==2.126.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.0
2 changes: 1 addition & 1 deletion terraform/oidc_roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
}

module "gh_oidc_roles" {
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v7.0.2"
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v7.4.3"
org_name = "cds-snc"
roles = [
{
Expand Down
2 changes: 1 addition & 1 deletion terraform/s3.tf
Original file line number Diff line number Diff line change
@@ -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.9"
bucket_name = "sre-bot-bucket"
versioning = {
enabled = true
Expand Down

0 comments on commit be35c31

Please sign in to comment.