Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/medyagh/setup-mi…
Browse files Browse the repository at this point in the history
…nikube-0.0.19
  • Loading branch information
fniessink authored Jan 24, 2025
2 parents 88323ee + 7473b17 commit ab124bc
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
tags: ictu/quality-time_frontend:${{ github.ref_name }}
push: true
- name: Anchore SBOM Action
uses: anchore/sbom-action@v0.17.9
uses: anchore/sbom-action@v0.18.0
- name: Package and push Helm chart to Docker Hub
run: |
cd helm
Expand Down
2 changes: 1 addition & 1 deletion components/api_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ optional-dependencies.tools = [
"mypy==1.14.1",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.9.2",
"ruff==0.9.3",
"vulture==2.14",
]

Expand Down
2 changes: 1 addition & 1 deletion components/collector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ optional-dependencies.tools = [
"mypy==1.14.1",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.9.2",
"ruff==0.9.3",
"vulture==2.14",
]

Expand Down
2 changes: 1 addition & 1 deletion components/notifier/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ optional-dependencies.tools = [
"mypy==1.14.1",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.9.2",
"ruff==0.9.3",
"vulture==2.14",
]

Expand Down
24 changes: 12 additions & 12 deletions components/renderer/package-lock.json

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

2 changes: 1 addition & 1 deletion components/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"dependencies": {
"@braintree/sanitize-url": "^7.1.1",
"express": "^4.21.2",
"puppeteer-core": "^24.1.0"
"puppeteer-core": "^24.1.1"
}
}
2 changes: 1 addition & 1 deletion components/shared_code/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ optional-dependencies.tools = [
"pip-audit==2.7.3",
"pydantic==2.10.4", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh
"pyproject-fmt==2.5.0",
"ruff==0.9.2",
"ruff==0.9.3",
"vulture==2.14",
]

Expand Down
2 changes: 1 addition & 1 deletion docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ optional-dependencies.tools = [
"pip-audit==2.7.3",
"pydantic==2.10.4", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh
"pyproject-fmt==2.5.0",
"ruff==0.9.2",
"ruff==0.9.3",
"vale==3.0.3.0", # Documentation grammar and style checker
"vulture==2.14",
]
Expand Down
2 changes: 1 addition & 1 deletion release/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ optional-dependencies.tools = [
"mypy==1.14.1",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.9.2",
"ruff==0.9.3",
"vulture==2.14",
]

Expand Down
2 changes: 1 addition & 1 deletion tests/application_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ optional-dependencies.tools = [
"mypy==1.14.1",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.9.2",
"ruff==0.9.3",
"vulture==2.14",
]

Expand Down
2 changes: 1 addition & 1 deletion tests/feature_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ optional-dependencies.tools = [
"mypy==1.14.1",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.9.2",
"ruff==0.9.3",
"vulture==2.14",
]

Expand Down

0 comments on commit ab124bc

Please sign in to comment.