Skip to content

Commit 955ab49

Browse files
chore(deps): update all minor dependencies
1 parent d3363c7 commit 955ab49

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ aws-sns-message-validator==0.0.5
66
boto3==1.34.90
77
fastapi==0.110.2
88
geoip2==4.8.0
9-
google-api-python-client==2.126.0
9+
google-api-python-client==2.127.0
1010
google-auth-httplib2==0.2.0
1111
google-auth-oauthlib==0.8.0
1212
google-api-core==2.18.0

app/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
black==22.12.0
22
coverage==6.5.0
33
flake8==6.1.0
4-
freezegun==1.4.0
4+
freezegun==1.5.0
55
pytest==7.4.4
66
pytest-asyncio==0.23.6
77
pytest-env==0.8.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-python-client==2.126.0
1+
google-api-python-client==2.127.0
22
google-auth-httplib2==0.2.0
33
google-auth-oauthlib==1.2.0

terraform/s3.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "sre_bot_bucket" {
2-
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.3.9"
2+
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.4.2"
33
bucket_name = "sre-bot-bucket"
44
versioning = {
55
enabled = true

0 commit comments

Comments
 (0)