mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
fix(security): Upgrade requests to 2.32.4. Fixes CVE-2024-47081 (#2425)
# What does this PR do? This address https://github.com/advisories/GHSA-9hjg-9r4m-mvj7. Diff was generated via: ``` uv sync --upgrade-package requests uv export --frozen --no-hashes --no-emit-project --no-default-groups --output-file=requirements.txt ``` Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
28ca00d0d9
commit
f6718b2408
2 changed files with 2329 additions and 2329 deletions
|
@ -147,7 +147,7 @@ referencing==0.36.2
|
|||
# jsonschema-specifications
|
||||
regex==2024.11.6
|
||||
# via tiktoken
|
||||
requests==2.32.3
|
||||
requests==2.32.4
|
||||
# via
|
||||
# huggingface-hub
|
||||
# llama-stack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue