From 00afb7d890a23e81fdc29dadab3768971c8713df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 12:25:03 +0000 Subject: [PATCH] Bump bleach from 6.2.0 to 6.3.0 Bumps [bleach](https://github.com/mozilla/bleach) from 6.2.0 to 6.3.0. - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: bleach dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 505058103..a86eaea35 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 3b954333c..8c06d455e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"