mirror of
https://github.com/langgenius/dify.git
synced 2026-06-25 22:31:10 +08:00
build(deps): update Bleach sanitizer security fix (#37860)
This commit is contained in:
parent
599d92ef6b
commit
abf2986299
@ -5,7 +5,7 @@ requires-python = "~=3.12.0"
|
||||
|
||||
dependencies = [
|
||||
# Legacy: mature and widely deployed
|
||||
"bleach>=6.3.0,<7.0.0",
|
||||
"bleach>=6.4.0,<7.0.0",
|
||||
"boto3>=1.43.24,<2.0.0",
|
||||
"celery>=5.6.3,<6.0.0",
|
||||
"croniter>=6.2.2,<7.0.0",
|
||||
|
||||
2
api/uv.lock
generated
2
api/uv.lock
generated
@ -1619,7 +1619,7 @@ vdb-xinference = [
|
||||
requires-dist = [
|
||||
{ name = "aliyun-log-python-sdk", specifier = "==0.9.44" },
|
||||
{ name = "azure-identity", specifier = ">=1.25.3,<2.0.0" },
|
||||
{ name = "bleach", specifier = ">=6.3.0,<7.0.0" },
|
||||
{ name = "bleach", specifier = ">=6.4.0,<7.0.0" },
|
||||
{ name = "boto3", specifier = ">=1.43.24,<2.0.0" },
|
||||
{ name = "celery", specifier = ">=5.6.3,<6.0.0" },
|
||||
{ name = "croniter", specifier = ">=6.2.2,<7.0.0" },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user