From c9be23e483364609160eac03abb340f8562f0d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 14:00:20 +0000 Subject: [PATCH] Update html-sanitizer requirement from ~=2.5.0 to ~=2.6.0 Updates the requirements on [html-sanitizer](https://github.com/matthiask/html-sanitizer) to permit the latest version. - [Changelog](https://github.com/matthiask/html-sanitizer/blob/main/CHANGELOG.rst) - [Commits](https://github.com/matthiask/html-sanitizer/compare/2.5...2.6) --- updated-dependencies: - dependency-name: html-sanitizer dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b767a3e..bc87089 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ Werkzeug~=3.1.3 Flask-SQLAlchemy~=3.1.1 Flask-WTF~=1.2.2 beautifulsoup4~=4.13.4 -html-sanitizer~=2.5.0 +html-sanitizer~=2.6.0 lxml~=5.4.0 lxml-html-clean~=0.4.2 soupsieve~=2.7