Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/terraform/terraform/hashicorp/aws…
Browse files Browse the repository at this point in the history
…-5.82.1
  • Loading branch information
TylerHendrickson authored Dec 20, 2024
2 parents 4683e95 + fbd276f commit 0d6da1d
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 51 deletions.
64 changes: 32 additions & 32 deletions python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ python = "^3.12"
openpyxl = "^3.1.2"
pydantic = "^2.10.4"
aws-lambda-typing = "^2.19.0"
boto3 = "^1.35.84"
boto3 = "^1.35.85"
structlog = "^24.1.0"
chevron="^0.14.0"
boto3-stubs = {extras = ["essential"], version = "^1.35.84"}
boto3-stubs = {extras = ["essential"], version = "^1.35.85"}

[tool.poetry.group.dev.dependencies]
ipython = "^8.30.0"
pytest = "^8.3.4"
pytest-cov = "^6.0.0"
ruff = "^0.8.3"
ruff = "^0.8.4"
mypy = "^1.13.0"

[build-system]
Expand Down
28 changes: 14 additions & 14 deletions terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/postgres.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "aws_ssm_parameter" "postgres_master_password" {
module "postgres" {
create = true
source = "terraform-aws-modules/rds-aurora/aws"
version = "9.10.0"
version = "9.11.0"

name = "${var.namespace}-postgres"
cluster_use_name_prefix = true
Expand Down
2 changes: 1 addition & 1 deletion terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.6.0"
version = "3.6.3"
}
}

Expand Down

0 comments on commit 0d6da1d

Please sign in to comment.