Skip to content

chore(deps): unblock CI — bundle security bumps, docker/action updates, fix ruff format - #226

Merged
gerfru merged 1 commit into
mainfrom
chore/unblock-ci-deps
Aug 18, 2026
Merged

chore(deps): unblock CI — bundle security bumps, docker/action updates, fix ruff format#226
gerfru merged 1 commit into
mainfrom
chore/unblock-ci-deps

Conversation

@gerfru

@gerfru gerfru commented Aug 18, 2026

Copy link
Copy Markdown
Owner

Warum

Alle 10 offenen Renovate-PRs (#215#225) waren einzeln BLOCKED. Ursache waren drei systematische Probleme auf main, nicht die einzelnen Updates — kein einzelner PR konnte grün werden, weil der Security-Job (pip-audit) alle Vuln-Deps gemeinsam gefixt braucht und der Lint-Job für jeden PR fehlschlug.

Dieser PR bündelt alles in einen grünen Change.

Root Causes gefixt

Blocker Fix
Lint & Format ruff 0.16.3 reformatiert Python-Codeblöcke in Markdown → 3 Docs (Development.md, Niles-Core-Spec.md, Quality-Assessment.md) neu formatiert
Security / Trivy (Python) mcp 1.27.0→1.28.1, cryptography 49.0.0→50.0.0, json-repair 0.59.5→0.60.1 (PYSEC-2026-3481/82/83, CVE-2026-69247, GHSA-xf7x-x43h-rpqh)
Trivy (OS) Bereits durch das vorhandene apt-get upgrade im Runtime-Stage abgedeckt — lokal mit frischem --no-cache Build verifiziert

Lokale Verifikation: frischer Image-Build + trivy image --severity CRITICAL,HIGH --ignore-unfixed0 Findings. ruff check/format grün. Volle Unit-Suite: 1129 passed, 129 deselected.

Gebündelte Version-Updates (supersedes)

Zusätzlich

Fix eines Marker-Bugs in scripts/test.sh: schloss llm_judge aus, aber nicht llm_eval → Live-Ollama-Evals liefen (und hingen) auf Dev-Maschinen. Jetzt konsistent mit CI.

🤖 Generated with Claude Code

…s, fix ruff format

Consolidates 10 stalled Renovate PRs (#215#225) that were each individually
BLOCKED by three systematic problems on main. No single PR could go green because
the Security (pip-audit) job requires all vulnerable deps fixed together, and the
Lint job failed for every PR.

Root causes fixed:
- Lint & Format: ruff 0.16.3 reformats Python code blocks inside markdown; 3 docs
  (Development.md, Niles-Core-Spec.md, Quality-Assessment.md) were unformatted.
- Security / Trivy: mcp 1.27.0, cryptography 49.0.0, json-repair 0.59.5 had HIGH
  advisories (PYSEC-2026-3481/82/83, CVE-2026-69247, GHSA-xf7x-x43h-rpqh). Bumped to
  the security-fix versions (mcp 1.28.1, cryptography 50.0.0, json-repair 0.60.1).
  Verified: fresh image Trivy scan is now clean (0 CRITICAL/HIGH); OS-package HIGHs
  are already handled by the existing apt-get upgrade in the runtime stage.

Bundled version updates (supersedes the individual Renovate PRs):
- langfuse docker tag v3 -> v4 (#224)
- prom/prometheus v3.13.0 -> v3.13.2 (#216)
- ghcr.io/astral-sh/uv 0.11.28 -> 0.12.5 (#218)
- actions/checkout v7.0.0 -> v7.0.1 across all workflows (#221, #222)
- actions/setup-python v6 -> v7 (#220)
- anthropics/claude-code-action digest bump (#215)
- mcp/cryptography/json-repair security bumps (#217, #219, #225)

Also fixes a marker bug in scripts/test.sh: it excluded llm_judge but not llm_eval,
so live-Ollama eval tests ran (and hung) on dev machines. Now aligned with CI.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant