Skip to content

Commit 2294924

Browse files
chore(deps): update all minor dependencies
1 parent e48dcb0 commit 2294924

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"version": "lts"
2222
},
2323
"ghcr.io/devcontainers/features/python:1": {
24-
"version": "3.12",
24+
"version": "3.14",
2525
"installTools": false
2626
}
2727
},

env/common/provider.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
terraform {
2-
required_version = "1.12.2"
2+
required_version = "1.13.3"
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"
6-
version = "6.2.0"
6+
version = "6.16.0"
77
}
88
random = {
99
source = "hashicorp/random"
10-
version = "=3.6.0"
10+
version = "3.7.2"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)