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 13, 2025
1 parent 8d88700 commit 88f6eb0
Show file tree
Hide file tree
Showing 12 changed files with 72 additions and 58 deletions.
4 changes: 2 additions & 2 deletions components/api_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ optional-dependencies.dev = [
"unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io
]
optional-dependencies.tools = [
"bandit==1.8.0",
"bandit==1.8.2",
"fixit==2.1.0",
"mypy==1.14.1",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.9.0",
"ruff==0.9.1",
"vulture==2.14",
]

Expand Down
4 changes: 2 additions & 2 deletions components/collector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ optional-dependencies.dev = [
"unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io
]
optional-dependencies.tools = [
"bandit==1.8.0",
"bandit==1.8.2",
"fixit==2.1.0",
"mypy==1.14.1",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.9.0",
"ruff==0.9.1",
"vulture==2.14",
]

Expand Down
36 changes: 25 additions & 11 deletions components/frontend/package-lock.json

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

6 changes: 3 additions & 3 deletions components/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.17.0",
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
"@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",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-n": "^17.15.1",
Expand Down
4 changes: 2 additions & 2 deletions components/notifier/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ optional-dependencies.dev = [
"unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io
]
optional-dependencies.tools = [
"bandit==1.8.0",
"bandit==1.8.2",
"fixit==2.1.0",
"mypy==1.14.1",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.9.0",
"ruff==0.9.1",
"vulture==2.14",
]

Expand Down
54 changes: 27 additions & 27 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": "^23.11.0"
"puppeteer-core": "^24.0.0"
}
}
4 changes: 2 additions & 2 deletions components/shared_code/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ optional-dependencies.dev = [
"unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io
]
optional-dependencies.tools = [
"bandit==1.8.0",
"bandit==1.8.2",
"fixit==2.1.0",
"mypy==1.14.1",
"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.0",
"ruff==0.9.1",
"vulture==2.14",
]

Expand Down
4 changes: 2 additions & 2 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ optional-dependencies.dev = [
"unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io
]
optional-dependencies.tools = [
"bandit==1.8.0",
"bandit==1.8.2",
"fixit==2.1.0",
"mypy==1.14.1",
"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.0",
"ruff==0.9.1",
"vale==3.0.3.0", # Documentation grammar and style checker
"vulture==2.14",
]
Expand Down
4 changes: 2 additions & 2 deletions release/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ dependencies = [
"gitpython==3.1.43",
]
optional-dependencies.tools = [
"bandit==1.8.0",
"bandit==1.8.2",
"bump-my-version==0.29.0",
"fixit==2.1.0",
"mypy==1.14.1",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.9.0",
"ruff==0.9.1",
"vulture==2.14",
]

Expand Down
4 changes: 2 additions & 2 deletions tests/application_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ optional-dependencies.dev = [
"types-requests==2.32.0.20241016",
]
optional-dependencies.tools = [
"bandit==1.8.0",
"bandit==1.8.2",
"fixit==2.1.0",
"mypy==1.14.1",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.9.0",
"ruff==0.9.1",
"vulture==2.14",
]

Expand Down
4 changes: 2 additions & 2 deletions tests/feature_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ optional-dependencies.dev = [
"unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io
]
optional-dependencies.tools = [
"bandit==1.8.0",
"bandit==1.8.2",
"fixit==2.1.0",
"mypy==1.14.1",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.9.0",
"ruff==0.9.1",
"vulture==2.14",
]

Expand Down

0 comments on commit 88f6eb0

Please sign in to comment.