diff --git a/api/poetry.lock b/api/poetry.lock index c35650df7..10eb63b76 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -427,13 +427,13 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "bleach" -version = "5.0.1" +version = "6.1.0" description = "An easy safelist-based HTML-sanitizing tool." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "bleach-5.0.1-py3-none-any.whl", hash = "sha256:085f7f33c15bd408dd9b17a4ad77c577db66d76203e5984b1bd59baeee948b2a"}, - {file = "bleach-5.0.1.tar.gz", hash = "sha256:0d03255c47eb9bd2f26aa9bb7f2107732e7e8fe195ca2f64709fcf3b0a4a085c"}, + {file = "bleach-6.1.0-py3-none-any.whl", hash = "sha256:3225f354cfc436b9789c66c4ee030194bee0568fbf9cbdad3bc8b5c26c5f12b6"}, + {file = "bleach-6.1.0.tar.gz", hash = "sha256:0a31f1837963c41d46bbf1331b8778e1308ea0791db03cc4e7357b97cf42a8fe"}, ] [package.dependencies] @@ -441,8 +441,7 @@ six = ">=1.9.0" webencodings = "*" [package.extras] -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)"] +css = ["tinycss2 (>=1.1.0,<1.3)"] [[package]] name = "boto3" @@ -4671,4 +4670,4 @@ typesense = ["typesense"] [metadata] lock-version = "2.0" python-versions = "^3.8,<3.13" -content-hash = "0c857e133722a6e45aace19a6985a7ed4bda98c9c413b6f5643a09cb39317289" +content-hash = "0302f29dd4de081e59ff0760135de372cd76a79ba1c2e4622e6a243fa8195df5" diff --git a/api/pyproject.toml b/api/pyproject.toml index ada0d7495..4ada82dbd 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -69,7 +69,7 @@ uvicorn = { version = "==0.20.0", extras = ["standard"] } aiohttp = "3.9.1" arrow = "==1.2.3" backports-zoneinfo = { version = "==0.2.1", python = "<3.9" } -bleach = "==5.0.1" +bleach = "==6.1.0" boto3 = "==1.26.161" click = "==8.1.7" cryptography = "==38.0.4"