Fix 30 Dependabot security alerts in whatsapp bot requirements#1050
Open
connortreacy wants to merge 1 commit into
Open
Fix 30 Dependabot security alerts in whatsapp bot requirements#1050connortreacy wants to merge 1 commit into
connortreacy wants to merge 1 commit into
Conversation
Bump vulnerable packages to patched versions: aiohttp>=3.13.4, urllib3>=2.6.3, starlette>=0.49.1, requests>=2.33.0, filelock>=3.20.3, Pygments>=2.20.0. Also bump fastapi>=0.125.0 and httpcore>=1.0.9 for compatibility with the new starlette and h11 versions.
Contributor
Author
|
The "Execute workload on GHA CPU Runner" failure is pre-existing and unrelated to this PR. The error is: This comes from |
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
end-to-end-use-cases/whatsapp_llama_4_bot/requirements.txt:aiohttp>=3.13.4,urllib3>=2.6.3,starlette>=0.49.1,requests>=2.33.0,filelock>=3.20.3,Pygments>=2.20.0fastapi>=0.125.0andhttpcore>=1.0.9for compatibility with the new starlette and h11 versions==→>=) to avoid conflicts when parent packages resolve to newer versionsAddresses all 30 open Dependabot alerts (5 high, 13 medium, 12 low), covering CVEs for zip bombs, DoS, SSRF, credential leaks, request smuggling, and more.
Test plan
pip install --dry-runin an isolated venv — no conflicts