Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent 3a7fd6c commit cd8986c
Show file tree
Hide file tree
Showing 12 changed files with 469 additions and 390 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run tfsec check
uses: aquasecurity/tfsec-pr-commenter-action@v1.2.0
uses: aquasecurity/tfsec-pr-commenter-action@v1.3.1
with:
github_token: ${{ github.token }}
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
fi
- name: Run Dockle container linter
uses: erzz/dockle-action@v1.3.1
uses: erzz/dockle-action@v1.4.0
with:
image: ${{ needs.build-and-cache.outputs.image }}
exit-code: "1"
Expand Down
4 changes: 2 additions & 2 deletions analytics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ pandas-stubs = "^2.0.2.230605"
black = "^23.7.0"
mypy = "^1.4.1"
pytest = "^7.4.0"
ruff = "^0.0.278"
safety = "^2.3.5"
ruff = "^0.1.0"
safety = "^2.4.0-beta"

[build-system]
build-backend = "poetry.core.masonry.api"
Expand Down
661 changes: 341 additions & 320 deletions api/poetry.lock

Large diffs are not rendered by default.

47 changes: 30 additions & 17 deletions infra/accounts/.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 infra/accounts/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~>5.6.0"
version = "~> 5.26.0"
}
}

Expand Down
44 changes: 30 additions & 14 deletions infra/api/build-repository/.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 infra/api/build-repository/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~>4.20.1"
version = "~> 4.67.0"
}
}

Expand Down
44 changes: 30 additions & 14 deletions infra/frontend/build-repository/.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 infra/frontend/build-repository/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~>4.20.1"
version = "~> 4.67.0"
}
}

Expand Down
47 changes: 30 additions & 17 deletions infra/networks/.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 infra/networks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~>5.6.0"
version = "~> 5.26.0"
}
}

Expand Down

0 comments on commit cd8986c

Please sign in to comment.