diff --git a/app/requirements.txt b/app/requirements.txt index ce31a2982..fa74ebcb3 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,14 +1,14 @@ arrow==1.3.0 -awscli==1.41.15 +awscli==1.42.21 Authlib==1.6.3 Jinja2==3.1.6 aws-sns-message-validator==0.0.5 -boto3==1.39.15 -botocore==1.39.15 +boto3==1.40.21 +botocore==1.40.21 fastapi==0.116.1 geoip2==4.8.1 -google-api-python-client==2.176.0 -google-auth-httplib2==0.2.1 +google-api-python-client==2.179.0 +google-auth-httplib2==0.2.0 google-auth-oauthlib==0.8.0 google-api-core==2.25.1 google-auth==2.40.3 @@ -25,7 +25,7 @@ pytz==2023.4 requests==2.32.5 slowapi==0.1.9 schedule==1.2.2 -slack-bolt==1.23.0 +slack-bolt==1.24.0 structlog==25.4.0 trello==0.9.7.3 uvicorn==0.35.0 diff --git a/app/requirements_dev.txt b/app/requirements_dev.txt index f979f2150..9ff44abe4 100644 --- a/app/requirements_dev.txt +++ b/app/requirements_dev.txt @@ -8,4 +8,4 @@ pytest==8.4.2 pytest-asyncio==0.26.0 pytest-env==0.8.2 requests-mock==1.12.1 -boto3_stubs==1.39.15 \ No newline at end of file +boto3_stubs==1.40.21 \ No newline at end of file diff --git a/terraform/vpc.tf b/terraform/vpc.tf index 97ed958b1..9d2451d85 100644 --- a/terraform/vpc.tf +++ b/terraform/vpc.tf @@ -1,5 +1,5 @@ module "vpc" { - source = "github.com/cds-snc/terraform-modules//vpc?ref=v10.6.2" + source = "github.com/cds-snc/terraform-modules//vpc?ref=v10.7.0" name = "SREBotVPC" allow_https_request_in = true