From 878a350c16060fbd80177667d79bba4645427cf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 23:03:55 +0000 Subject: [PATCH] chore(deps): update beautifulsoup4 requirement from >=4.12.0 to >=4.15.0 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.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d0a432..cc07bcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.13" dependencies = [ "requests>=2.34.2", - "beautifulsoup4>=4.12.0", + "beautifulsoup4>=4.15.0", "openpyxl>=3.0.0", "packaging>=26.2", "simple-term-menu==1.6.6",