From 8c643dd10f1f80b5f596360b55e6a84f822e7b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 01:36:36 +0000 Subject: [PATCH] Update beautifulsoup4 requirement from ~=4.13.4 to ~=4.13.5 Updates the requirements on [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) to permit the latest version. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.13.5 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..05d815e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Flask~=3.1.0 Werkzeug~=3.1.3 Flask-SQLAlchemy~=3.1.1 Flask-WTF~=1.2.2 -beautifulsoup4~=4.13.4 +beautifulsoup4~=4.13.5 html-sanitizer~=2.5.0 lxml~=5.4.0 lxml-html-clean~=0.4.2