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 Dec 12, 2023
1 parent 56af1e5 commit 293559b
Show file tree
Hide file tree
Showing 14 changed files with 757 additions and 643 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
487 changes: 262 additions & 225 deletions analytics/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions analytics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ analytics = "analytics.cli:app"

[tool.poetry.dependencies]
dynaconf = "^3.2.4"
kaleido = "0.2.1"
kaleido = "0.2.1.post1"
notebook = "^7.0.0" # Goal is to replace this with another method of presenting charts
pandas = "^2.0.3"
pandas-stubs = "^2.0.2.230605"
Expand All @@ -26,8 +26,8 @@ black = "^23.7.0"
mypy = "^1.4.1"
pylint = "^3.0.2"
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
711 changes: 365 additions & 346 deletions api/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.0",
"sharp": "^0.32.5"
"sharp": "^0.33.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
Expand Down
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.30.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.30.0"
}
}

Expand Down

0 comments on commit 293559b

Please sign in to comment.