fix(deps): update dependency bleach to v6

This commit is contained in:
renovate 2023-01-23 17:24:53 +00:00
parent f41f090ed7
commit a2487c20d8
No known key found for this signature in database
GPG key ID: 52B8FACB6DED89D9
2 changed files with 5 additions and 6 deletions

9
poetry.lock generated
View file

@ -96,7 +96,7 @@ typecheck = ["mypy"]
[[package]] [[package]]
name = "bleach" name = "bleach"
version = "5.0.1" version = "6.0.0"
description = "An easy safelist-based HTML-sanitizing tool." description = "An easy safelist-based HTML-sanitizing tool."
category = "main" category = "main"
optional = false optional = false
@ -108,7 +108,6 @@ webencodings = "*"
[package.extras] [package.extras]
css = ["tinycss2 (>=1.1.0,<1.2)"] css = ["tinycss2 (>=1.1.0,<1.2)"]
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 = "certifi" name = "certifi"
@ -1023,7 +1022,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = ">=3.9,<3.11" python-versions = ">=3.9,<3.11"
content-hash = "02d70de5b58cf84a7b9015fc1d1a598bdb139b32f7239846183eb924e336ce86" content-hash = "04f769c69fa7be52a7c0b60cb4b4d908ffd4b43a589fc8db1e2b8320342a0df2"
[metadata.files] [metadata.files]
aiofiles = [ aiofiles = [
@ -1078,8 +1077,8 @@ bcrypt = [
{file = "bcrypt-4.0.1.tar.gz", hash = "sha256:27d375903ac8261cfe4047f6709d16f7d18d39b1ec92aaf72af989552a650ebd"}, {file = "bcrypt-4.0.1.tar.gz", hash = "sha256:27d375903ac8261cfe4047f6709d16f7d18d39b1ec92aaf72af989552a650ebd"},
] ]
bleach = [ bleach = [
{file = "bleach-5.0.1-py3-none-any.whl", hash = "sha256:085f7f33c15bd408dd9b17a4ad77c577db66d76203e5984b1bd59baeee948b2a"}, {file = "bleach-6.0.0-py3-none-any.whl", hash = "sha256:33c16e3353dbd13028ab4799a0f89a83f113405c766e9c122df8a06f5b85b3f4"},
{file = "bleach-5.0.1.tar.gz", hash = "sha256:0d03255c47eb9bd2f26aa9bb7f2107732e7e8fe195ca2f64709fcf3b0a4a085c"}, {file = "bleach-6.0.0.tar.gz", hash = "sha256:1a1a85c1595e07d8db14c5f09f09e6433502c51c595970edc090551f0db99414"},
] ]
certifi = [ certifi = [
{file = "certifi-2022.9.24-py3-none-any.whl", hash = "sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382"}, {file = "certifi-2022.9.24-py3-none-any.whl", hash = "sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382"},

View file

@ -60,7 +60,7 @@ python = ">=3.9,<3.11"
aiofiles = "^22.0.0" aiofiles = "^22.0.0"
asgiref = "^3.4.1" asgiref = "^3.4.1"
bcrypt = "^4.0.0" bcrypt = "^4.0.0"
bleach = "^5.0.0" bleach = "^6.0.0"
email-validator = "^1.3.0" email-validator = "^1.3.0"
fakeredis = "^2.0.0" fakeredis = "^2.0.0"
feedgen = "^0.9.0" feedgen = "^0.9.0"