Skip to content

Commit

Permalink
Update several dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Dec 31, 2024
1 parent 1d3797b commit 536f448
Show file tree
Hide file tree
Showing 19 changed files with 1,014 additions and 1,362 deletions.
2 changes: 1 addition & 1 deletion components/api_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ optional-dependencies.dev = [
optional-dependencies.tools = [
"bandit==1.8.0",
"fixit==2.1.0",
"mypy==1.14.0",
"mypy==1.14.1",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.8.4",
Expand Down
199 changes: 93 additions & 106 deletions components/api_server/requirements/requirements-dev.txt

Large diffs are not rendered by default.

199 changes: 93 additions & 106 deletions components/api_server/requirements/requirements.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/collector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ optional-dependencies.dev = [
optional-dependencies.tools = [
"bandit==1.8.0",
"fixit==2.1.0",
"mypy==1.14.0",
"mypy==1.14.1",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.8.4",
Expand Down
358 changes: 70 additions & 288 deletions components/frontend/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/notifier/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ optional-dependencies.dev = [
optional-dependencies.tools = [
"bandit==1.8.0",
"fixit==2.1.0",
"mypy==1.14.0",
"mypy==1.14.1",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.8.4",
Expand Down
199 changes: 93 additions & 106 deletions components/notifier/requirements/requirements-dev.txt

Large diffs are not rendered by default.

199 changes: 93 additions & 106 deletions components/notifier/requirements/requirements.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/shared_code/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ optional-dependencies.dev = [
optional-dependencies.tools = [
"bandit==1.8.0",
"fixit==2.1.0",
"mypy==1.14.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",
Expand Down
2 changes: 1 addition & 1 deletion docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ optional-dependencies.dev = [
optional-dependencies.tools = [
"bandit==1.8.0",
"fixit==2.1.0",
"mypy==1.14.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",
Expand Down
199 changes: 93 additions & 106 deletions docs/requirements/requirements-dev.txt

Large diffs are not rendered by default.

199 changes: 93 additions & 106 deletions docs/requirements/requirements.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ optional-dependencies.tools = [
"bandit==1.8.0",
"bump-my-version==0.29.0",
"fixit==2.1.0",
"mypy==1.14.0",
"mypy==1.14.1",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.8.4",
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 @@ -17,7 +17,7 @@ optional-dependencies.dev = [
optional-dependencies.tools = [
"bandit==1.8.0",
"fixit==2.1.0",
"mypy==1.14.0",
"mypy==1.14.1",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.8.4",
Expand Down
205 changes: 96 additions & 109 deletions tests/application_tests/requirements/requirements-dev.txt

Large diffs are not rendered by default.

205 changes: 96 additions & 109 deletions tests/application_tests/requirements/requirements.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/feature_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ optional-dependencies.dev = [
optional-dependencies.tools = [
"bandit==1.8.0",
"fixit==2.1.0",
"mypy==1.14.0",
"mypy==1.14.1",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.8.4",
Expand Down
199 changes: 93 additions & 106 deletions tests/feature_tests/requirements/requirements-dev.txt

Large diffs are not rendered by default.

199 changes: 93 additions & 106 deletions tests/feature_tests/requirements/requirements.txt

Large diffs are not rendered by default.

0 comments on commit 536f448

Please sign in to comment.