fix bleach too

This commit is contained in:
Kenneth Kehl
2026-06-16 07:22:53 -07:00
parent 369c9bfbaa
commit 3df6cc1c93
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -572,21 +572,21 @@ uvloop = ["uvloop (>=0.15.2) ; sys_platform != \"win32\"", "winloop (>=0.5.0) ;
[[package]]
name = "bleach"
version = "6.3.0"
version = "6.4.0"
description = "An easy safelist-based HTML-sanitizing tool."
optional = false
python-versions = ">=3.10"
groups = ["main"]
files = [
{file = "bleach-6.3.0-py3-none-any.whl", hash = "sha256:fe10ec77c93ddf3d13a73b035abaac7a9f5e436513864ccdad516693213c65d6"},
{file = "bleach-6.3.0.tar.gz", hash = "sha256:6f3b91b1c0a02bb9a78b5a454c92506aa0fdf197e1d5e114d2e00c6f64306d22"},
{file = "bleach-6.4.0-py3-none-any.whl", hash = "sha256:4b6b6a54fff2e69a3dde9d21cc6301220bee3c3cb792187d11403fd795031081"},
{file = "bleach-6.4.0.tar.gz", hash = "sha256:4202482733d85cedd04e59fcb2f89f4e4c7c385a78d3c3c23c30446843a37452"},
]
[package.dependencies]
webencodings = "*"
[package.extras]
css = ["tinycss2 (>=1.1.0,<1.5)"]
css = ["tinycss2 (>=1.1.0)"]
[[package]]
name = "blinker"
@@ -5988,4 +5988,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "32b74d1b332ad89a26fc42bd55137c2aff37ae4831df6c71b071a57eeb51115b"
content-hash = "85dc087138b86bf51448c58c696bafcf32c14cab8783d0a905ad78be453c3c11"

View File

@@ -48,7 +48,7 @@ sqlalchemy = "==2.0.47"
werkzeug = "^3.1.5"
faker = "^40.5.1"
async-timeout = "^5.0.1"
bleach = "^6.3.0"
bleach = "^6.4.0"
geojson = "^3.2.0"
numpy = "^2.4.2"
ordered-set = "^4.1.0"