Skip to content

Commit 9ae9ada

Browse files
chore(deps): update all minor dependencies
1 parent 49bde4d commit 9ae9ada

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

app/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
arrow==1.3.0
2-
awscli==1.41.15
2+
awscli==1.42.20
33
Authlib==1.6.1
44
Jinja2==3.1.6
55
aws-sns-message-validator==0.0.5
6-
boto3==1.39.15
7-
botocore==1.39.15
6+
boto3==1.40.20
7+
botocore==1.40.20
88
fastapi==0.116.1
99
geoip2==4.8.1
10-
google-api-python-client==2.176.0
10+
google-api-python-client==2.179.0
1111
google-auth-httplib2==0.2.0
1212
google-auth-oauthlib==0.8.0
1313
google-api-core==2.25.1
@@ -25,7 +25,7 @@ pytz==2023.4
2525
requests==2.32.4
2626
slowapi==0.1.9
2727
schedule==1.2.2
28-
slack-bolt==1.23.0
28+
slack-bolt==1.24.0
2929
structlog==25.4.0
3030
trello==0.9.7.3
3131
uvicorn==0.35.0

app/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ pytest==8.4.1
88
pytest-asyncio==0.26.0
99
pytest-env==0.8.2
1010
requests-mock==1.12.1
11-
boto3_stubs==1.39.15
11+
boto3_stubs==1.40.20

terraform/vpc.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "vpc" {
2-
source = "github.com/cds-snc/terraform-modules//vpc?ref=v10.6.2"
2+
source = "github.com/cds-snc/terraform-modules//vpc?ref=v10.7.0"
33
name = "SREBotVPC"
44

55
allow_https_request_in = true

0 commit comments

Comments
 (0)