Summary
Dependabot has flagged LOW-severity vulnerabilities in dev/test-only Python dependencies. These do not ship in deployed runtime code, so real-world risk is low — fix opportunistically.
Source: GitHub → Security → Dependabot alerts.
Affected packages
Implementation Considerations
- Dev/test/tooling deps only — not in production runtime.
- Bump together:
uv lock --upgrade-package pytest --upgrade-package black --upgrade-package pygments
uv sync
black 26.x may reformat code — review the diff and apply formatting in a dedicated commit if needed.
List tasks
Summary
Dependabot has flagged LOW-severity vulnerabilities in dev/test-only Python dependencies. These do not ship in deployed runtime code, so real-world risk is low — fix opportunistically.
Source: GitHub → Security → Dependabot alerts.
Affected packages
pytestblackPygmentsImplementation Considerations
black26.x may reformat code — review the diff and apply formatting in a dedicated commit if needed.List tasks
pytestto ≥9.0.3blackto ≥26.3.1 (review formatting changes)Pygmentsto ≥2.20.0uv.lock