kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
chore(api): update dependency bleach to v6
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2703>environments/review-docs-renov-r6aeyi/deployments/19166
rodzic
d6a078643b
commit
da370f5915
|
@ -427,13 +427,13 @@ uvloop = ["uvloop (>=0.15.2)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bleach"
|
name = "bleach"
|
||||||
version = "5.0.1"
|
version = "6.1.0"
|
||||||
description = "An easy safelist-based HTML-sanitizing tool."
|
description = "An easy safelist-based HTML-sanitizing tool."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "bleach-5.0.1-py3-none-any.whl", hash = "sha256:085f7f33c15bd408dd9b17a4ad77c577db66d76203e5984b1bd59baeee948b2a"},
|
{file = "bleach-6.1.0-py3-none-any.whl", hash = "sha256:3225f354cfc436b9789c66c4ee030194bee0568fbf9cbdad3bc8b5c26c5f12b6"},
|
||||||
{file = "bleach-5.0.1.tar.gz", hash = "sha256:0d03255c47eb9bd2f26aa9bb7f2107732e7e8fe195ca2f64709fcf3b0a4a085c"},
|
{file = "bleach-6.1.0.tar.gz", hash = "sha256:0a31f1837963c41d46bbf1331b8778e1308ea0791db03cc4e7357b97cf42a8fe"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -441,8 +441,7 @@ six = ">=1.9.0"
|
||||||
webencodings = "*"
|
webencodings = "*"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
css = ["tinycss2 (>=1.1.0,<1.2)"]
|
css = ["tinycss2 (>=1.1.0,<1.3)"]
|
||||||
dev = ["Sphinx (==4.3.2)", "black (==22.3.0)", "build (==0.8.0)", "flake8 (==4.0.1)", "hashin (==0.17.0)", "mypy (==0.961)", "pip-tools (==6.6.2)", "pytest (==7.1.2)", "tox (==3.25.0)", "twine (==4.0.1)", "wheel (==0.37.1)"]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "boto3"
|
name = "boto3"
|
||||||
|
@ -4671,4 +4670,4 @@ typesense = ["typesense"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.8,<3.13"
|
python-versions = "^3.8,<3.13"
|
||||||
content-hash = "0c857e133722a6e45aace19a6985a7ed4bda98c9c413b6f5643a09cb39317289"
|
content-hash = "0302f29dd4de081e59ff0760135de372cd76a79ba1c2e4622e6a243fa8195df5"
|
||||||
|
|
|
@ -69,7 +69,7 @@ uvicorn = { version = "==0.20.0", extras = ["standard"] }
|
||||||
aiohttp = "3.9.1"
|
aiohttp = "3.9.1"
|
||||||
arrow = "==1.2.3"
|
arrow = "==1.2.3"
|
||||||
backports-zoneinfo = { version = "==0.2.1", python = "<3.9" }
|
backports-zoneinfo = { version = "==0.2.1", python = "<3.9" }
|
||||||
bleach = "==5.0.1"
|
bleach = "==6.1.0"
|
||||||
boto3 = "==1.26.161"
|
boto3 = "==1.26.161"
|
||||||
click = "==8.1.7"
|
click = "==8.1.7"
|
||||||
cryptography = "==38.0.4"
|
cryptography = "==38.0.4"
|
||||||
|
|
Ładowanie…
Reference in New Issue