Skip to content

Commit

Permalink
Update several dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Jan 17, 2025
1 parent b7dbe63 commit c259e06
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 18 deletions.
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.1",
"ruff==0.9.2",
"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.1",
"ruff==0.9.2",
"vulture==2.14",
]

Expand Down
16 changes: 10 additions & 6 deletions components/frontend/package-lock.json

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

4 changes: 2 additions & 2 deletions components/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@testing-library/user-event": "^14.6.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier": "^5.2.2",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-simple-import-sort": "^12.1.1",
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.1",
"ruff==0.9.2",
"vulture==2.14",
]

Expand Down
4 changes: 2 additions & 2 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/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.1",
"ruff==0.9.2",
"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.1",
"ruff==0.9.2",
"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.1",
"ruff==0.9.2",
"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.1",
"ruff==0.9.2",
"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.1",
"ruff==0.9.2",
"vulture==2.14",
]

Expand Down

0 comments on commit c259e06

Please sign in to comment.