From 3e797fdf1f35a927bcc49158ab4e7389d216d204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:17:00 +0000 Subject: [PATCH] Bump beautifulsoup4 from 4.13.1 to 4.13.3 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.13.1 to 4.13.3. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3489939..7e05939 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ redis==5.2.1 Flask==3.1.0 gunicorn==23.0.0 metadata_parser==0.12.2 -beautifulsoup4==4.13.1 +beautifulsoup4==4.13.3 lxml==5.3.1 psycopg[binary,pool]==3.2.4 natsort==8.4.0