Skip to content

Commit

Permalink
Update several dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Nov 4, 2024
1 parent fa4654c commit cf81244
Show file tree
Hide file tree
Showing 11 changed files with 240 additions and 226 deletions.
2 changes: 1 addition & 1 deletion components/api_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ optional-dependencies.tools = [
"mypy==1.13.0",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.7.1",
"ruff==0.7.2",
"vulture==2.13",
]

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

Expand Down
438 changes: 226 additions & 212 deletions components/frontend/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions components/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@mui/icons-material": "^6.1.6",
"@mui/lab": "^6.0.0-beta.14",
"@mui/material": "^6.1.6",
"@mui/x-date-pickers": "^7.22.0",
"@mui/x-date-pickers": "^7.22.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"fomantic-ui-css": "^2.9.3",
Expand All @@ -24,7 +24,7 @@
"react-timeago": "^7.2.0",
"react-toastify": "^10.0.6",
"semantic-ui-react": "^2.1.5",
"victory": "^37.3.0"
"victory": "^37.3.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down Expand Up @@ -52,12 +52,12 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@eslint/compat": "^1.2.2",
"@eslint/js": "^9.13.0",
"@eslint/js": "^9.14.0",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-n": "^17.12.0",
Expand Down
2 changes: 1 addition & 1 deletion components/notifier/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ optional-dependencies.tools = [
"mypy==1.13.0",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.7.1",
"ruff==0.7.2",
"vulture==2.13",
]

Expand Down
2 changes: 1 addition & 1 deletion components/renderer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk add --no-cache \
ttf-droid=20200215-r2 \
ttf-freefont=20120503-r4 \
ttf-liberation=2.1.5-r2 \
chromium=130.0.6723.69-r0 && \
chromium=130.0.6723.91-r0 && \
rm -rf /var/cache/apk/* /tmp/* && \
update-ms-fonts && \
fc-cache -f && \
Expand Down
2 changes: 1 addition & 1 deletion components/shared_code/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ optional-dependencies.tools = [
"pip-audit==2.7.3",
"pydantic==2.9.2", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh
"pyproject-fmt==2.5.0",
"ruff==0.7.1",
"ruff==0.7.2",
"vulture==2.13",
]

Expand Down
2 changes: 1 addition & 1 deletion docs/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.9.2", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh
"pyproject-fmt==2.5.0",
"ruff==0.7.1",
"ruff==0.7.2",
"vale==3.0.3.0", # Documentation grammar and style checker
"vulture==2.13",
]
Expand Down
4 changes: 2 additions & 2 deletions release/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ dependencies = [
]
optional-dependencies.tools = [
"bandit==1.7.10",
"bump-my-version==0.28.0",
"bump-my-version==0.28.1",
"fixit==2.1.0",
"mypy==1.13.0",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.7.1",
"ruff==0.7.2",
"vulture==2.13",
]

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 @@ -21,7 +21,7 @@ optional-dependencies.tools = [
"mypy==1.13.0",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.7.1",
"ruff==0.7.2",
"vulture==2.13",
]

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 @@ -26,7 +26,7 @@ optional-dependencies.tools = [
"mypy==1.13.0",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.7.1",
"ruff==0.7.2",
"vulture==2.13",
]

Expand Down

0 comments on commit cf81244

Please sign in to comment.