mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-24 17:36:47 +08:00
fix: remediate CVE-2026-53533 by upgrading aiosmtplib to >=5.1.1 (#17264)
## Summary Bumps `aiosmtplib` from `>=5.0.0` to `>=5.1.1,<6.0.0` in `pyproject.toml`. | CVE | Severity | Package | Installed | Fixed in | |---|---|---|---|---| | CVE-2026-53533 | MEDIUM | aiosmtplib | 5.0.0 | 5.1.1 | This is a direct dependency upgrade, no override or constraint needed.
This commit is contained in:
@@ -12,7 +12,7 @@ dependencies = [
|
||||
# so any import of the discord package raises ImportError on Python 3.13 — even in
|
||||
# tests that never use voice features. audioop-lts provides the module as a backport.
|
||||
"audioop-lts>=0.2.1",
|
||||
"aiosmtplib>=5.0.0",
|
||||
"aiosmtplib>=5.1.1,<6.0.0",
|
||||
"akshare>=1.15.78,<2.0.0",
|
||||
"anthropic==0.76.0",
|
||||
"arxiv==2.1.3",
|
||||
|
||||
Reference in New Issue
Block a user