Merge pull request #2070 from GSA/dependabot/pip/bleach-6.3.0

Bump bleach from 6.2.0 to 6.3.0
This commit is contained in:
ccostino
2025-10-28 08:35:32 -04:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -472,14 +472,14 @@ uvloop = ["uvloop (>=0.15.2)"]
[[package]]
name = "bleach"
version = "6.2.0"
version = "6.3.0"
description = "An easy safelist-based HTML-sanitizing tool."
optional = false
python-versions = ">=3.9"
python-versions = ">=3.10"
groups = ["main"]
files = [
{file = "bleach-6.2.0-py3-none-any.whl", hash = "sha256:117d9c6097a7c3d22fd578fcd8d35ff1e125df6736f554da4e432fdd63f31e5e"},
{file = "bleach-6.2.0.tar.gz", hash = "sha256:123e894118b8a599fd80d3ec1a6d4cc7ce4e5882b1317a7e1ba69b56e95f991f"},
{file = "bleach-6.3.0-py3-none-any.whl", hash = "sha256:fe10ec77c93ddf3d13a73b035abaac7a9f5e436513864ccdad516693213c65d6"},
{file = "bleach-6.3.0.tar.gz", hash = "sha256:6f3b91b1c0a02bb9a78b5a454c92506aa0fdf197e1d5e114d2e00c6f64306d22"},
]
[package.dependencies]
@@ -5926,4 +5926,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "a885082810dd3f8abdc9bc86138cee558be95e001720ee7ee2033230663982a5"
content-hash = "aedf9c7c8b71d088939a94080d0b83a0409deab244bb9d6ea60ee85f2b424691"

View File

@@ -48,7 +48,7 @@ sqlalchemy = "==2.0.44"
werkzeug = "^3.0.6"
faker = "^37.12.0"
async-timeout = "^5.0.1"
bleach = "^6.1.0"
bleach = "^6.3.0"
geojson = "^3.2.0"
numpy = "^2.3.4"
ordered-set = "^4.1.0"