We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918de54 commit e003aafCopy full SHA for e003aaf
app/requirements.txt
@@ -1,9 +1,9 @@
1
arrow==1.3.0
2
Authlib==1.3.0
3
Jinja2==3.1.3
4
-awscli==1.32.95
+awscli==1.32.101
5
aws-sns-message-validator==0.0.5
6
-boto3==1.34.95
+boto3==1.34.101
7
fastapi==0.111.0
8
geoip2==4.8.0
9
google-api-python-client==2.128.0
terraform/s3.tf
@@ -1,5 +1,5 @@
module "sre_bot_bucket" {
- source = "github.com/cds-snc/terraform-modules//S3?ref=v9.4.3"
+ source = "github.com/cds-snc/terraform-modules//S3?ref=v9.4.4"
bucket_name = "sre-bot-bucket"
versioning = {
enabled = true
0 commit comments