From 4cb077122afee0bf4755154b3fcd24319d5f1227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:41:12 +0000 Subject: [PATCH] Update beautifulsoup4 requirement from ^4.12.2 to ^4.14.3 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.14.3 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 401dbd5..e2ce562 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Your Name "] python = ">=3.10.0,<3.11" flask = "^3.1.3" discord-py = "^2.3.2" -beautifulsoup4 = "^4.12.2" +beautifulsoup4 = "^4.14.3" [tool.pyright] # https://github.com/microsoft/pyright/blob/main/docs/configuration.md