fix: bump deps and base image to clear security scan CVEs#51
Merged
Conversation
lorr1
approved these changes
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The daily Grype security scan (workflow) has been failing on
main. This PR clears every "medium or higher, fix available" finding from both the filesystem andimage scans.
Vulnerabilities fixed
pyproject.toml(runtime)python-multipart0.0.26→0.0.27pyproject.toml(security group)pip26.0.1→26.1pyproject.toml(security group)urllib32.6.3→2.7.0Dockerfile(Alpine 3.23 base)xz-libs5.8.2-r0→5.8.3-r0pipandurllib3come in transitively viapip-audit(dev/security group only), so they're pinned in thesecuritygroup following the same pattern already used forlxml.python-multipartis a runtime transitive viafastapiandmcp.The Dockerfile base image SHAs were bumped to the latest DHI
python:3.13-alpine3.23and-devmanifests, which carryxz-libs 5.8.3-r0.Test plan
task lint— all checks passedtask typecheck— all checks passedtask test— 11 passed, 3 integration skippedtask security—pip-auditandbanditcleangrype dir:. --fail-on medium --only-fixed— no vulnerabilities founddocker build+grype mcp-template-py:cve-test --fail-on medium --only-fixed— no vulnerabilities found