Skip to content

Commit

Permalink
Update several dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Feb 7, 2025
1 parent 62ed9dc commit 2301696
Show file tree
Hide file tree
Showing 11 changed files with 110 additions and 110 deletions.
4 changes: 2 additions & 2 deletions components/api_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ optional-dependencies.tools = [
"bandit==1.8.2",
"fixit==2.1.0",
"mypy==1.15.0",
"pip-audit==2.7.3",
"pip-audit==2.8.0",
"pyproject-fmt==2.5.0",
"ruff==0.9.4",
"ruff==0.9.5",
"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 @@ -28,9 +28,9 @@ optional-dependencies.tools = [
"bandit==1.8.2",
"fixit==2.1.0",
"mypy==1.15.0",
"pip-audit==2.7.3",
"pip-audit==2.8.0",
"pyproject-fmt==2.5.0",
"ruff==0.9.4",
"ruff==0.9.5",
"vulture==2.14",
]

Expand Down
180 changes: 90 additions & 90 deletions components/frontend/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions components/notifier/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ optional-dependencies.tools = [
"bandit==1.8.2",
"fixit==2.1.0",
"mypy==1.15.0",
"pip-audit==2.7.3",
"pip-audit==2.8.0",
"pyproject-fmt==2.5.0",
"ruff==0.9.4",
"ruff==0.9.5",
"vulture==2.14",
]

Expand Down
2 changes: 1 addition & 1 deletion components/proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ USER root
# Add the CAP_NET_BIND_SERVICE to provide backwards compatability, running on privileged port (80)
RUN apk add --no-cache libcap=2.70-r0 && setcap CAP_NET_BIND_SERVICE=+eip /usr/sbin/nginx

FROM nginxinc/nginx-unprivileged:1.27.0-alpine3.19-slim
FROM nginxinc/nginx-unprivileged:1.27.3-alpine3.20-slim

LABEL maintainer="Quality-time team <[email protected]>"
LABEL description="Quality-time proxy"
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.

4 changes: 2 additions & 2 deletions components/shared_code/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ optional-dependencies.tools = [
"bandit==1.8.2",
"fixit==2.1.0",
"mypy==1.15.0",
"pip-audit==2.7.3",
"pip-audit==2.8.0",
"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.4",
"ruff==0.9.5",
"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 @@ -23,10 +23,10 @@ optional-dependencies.tools = [
"bandit==1.8.2",
"fixit==2.1.0",
"mypy==1.15.0",
"pip-audit==2.7.3",
"pip-audit==2.8.0",
"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.4",
"ruff==0.9.5",
"vale==3.0.3.0", # Documentation grammar and style checker
"vulture==2.14",
]
Expand Down
6 changes: 3 additions & 3 deletions release/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ dependencies = [
]
optional-dependencies.tools = [
"bandit==1.8.2",
"bump-my-version==0.31.1",
"bump-my-version==0.32.0",
"fixit==2.1.0",
"mypy==1.15.0",
"pip-audit==2.7.3",
"pip-audit==2.8.0",
"pyproject-fmt==2.5.0",
"ruff==0.9.4",
"ruff==0.9.5",
"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 @@ -18,9 +18,9 @@ optional-dependencies.tools = [
"bandit==1.8.2",
"fixit==2.1.0",
"mypy==1.15.0",
"pip-audit==2.7.3",
"pip-audit==2.8.0",
"pyproject-fmt==2.5.0",
"ruff==0.9.4",
"ruff==0.9.5",
"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 @@ -23,9 +23,9 @@ optional-dependencies.tools = [
"bandit==1.8.2",
"fixit==2.1.0",
"mypy==1.15.0",
"pip-audit==2.7.3",
"pip-audit==2.8.0",
"pyproject-fmt==2.5.0",
"ruff==0.9.4",
"ruff==0.9.5",
"vulture==2.14",
]

Expand Down

0 comments on commit 2301696

Please sign in to comment.