From 275d4313eaad0d268f9bd73d69966c8b6d9451ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 12:15:22 +0000 Subject: [PATCH] Bump beautifulsoup4 from 4.13.4 to 4.13.5 in /api Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.13.4 to 4.13.5. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 7addb33..fd19c16 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -8,7 +8,7 @@ alabaster~=0.7.0 # via sphinx babel==2.17.0 # via sphinx -beautifulsoup4==4.13.4 +beautifulsoup4==4.13.5 # via sphinxawesome-theme build==1.2.2.post1 # via pip-tools