Skip to content

Commit

Permalink
Bump safety from 3.1.0 to 3.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed May 2, 2024
1 parent 151a044 commit da1aaad
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/api_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tools = [
"mypy==1.10.0",
"pip-audit==2.7.3",
"ruff==0.4.2",
"safety==3.1.0",
"safety==3.2.0",
"vulture==2.11"
]

Expand Down
2 changes: 1 addition & 1 deletion components/collector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tools = [
"mypy==1.10.0",
"pip-audit==2.7.3",
"ruff==0.4.2",
"safety==3.1.0",
"safety==3.2.0",
"vulture==2.11"
]

Expand Down
2 changes: 1 addition & 1 deletion components/notifier/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tools = [
"mypy==1.10.0",
"pip-audit==2.7.3",
"ruff==0.4.2",
"safety==3.1.0",
"safety==3.2.0",
"vulture==2.11"
]

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 @@ -25,7 +25,7 @@ tools = [
"pip-audit==2.7.3",
"pydantic==2.7.1", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh
"ruff==0.4.2",
"safety==3.1.0",
"safety==3.2.0",
"vulture==2.11"
]

Expand Down
2 changes: 1 addition & 1 deletion docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tools = [
"pip-audit==2.7.3",
"pydantic==2.7.1", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh
"ruff==0.4.2",
"safety==3.1.0",
"safety==3.2.0",
"vale==3.0.3.0", # Documentation grammar and style checker
"vulture==2.11"
]
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 @@ -24,7 +24,7 @@ tools = [
"mypy==1.10.0",
"pip-audit==2.7.3",
"ruff==0.4.2",
"safety==3.1.0",
"safety==3.2.0",
"vulture==2.11"
]

Expand Down

0 comments on commit da1aaad

Please sign in to comment.