From 7f37c8b242371cd2a14da0186da69f79a92e97fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 17:44:52 +0000 Subject: [PATCH] deps: bump beautifulsoup4 from 4.14.3 to 4.15.0 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.14.3 to 4.15.0. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d42da28..94180ca 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,7 +11,7 @@ httpx==0.28.1 pydantic==2.13.4 pydantic-settings==2.14.1 requests==2.34.2 -beautifulsoup4==4.14.3 +beautifulsoup4==4.15.0 lxml==6.1.1 pytest==8.4.2 pytest-asyncio==0.26.0