From e7a426765f3c6b1e21d2a73f6c25b41fcdb6adc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 06:41:38 +0000 Subject: [PATCH] deps: update beautifulsoup4 requirement 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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69a3d7d..503dac1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ sandbox = [ "opensandbox-code-interpreter>=0.1.2,<1.0.0", ] tools = [ - "beautifulsoup4>=4.12.0,<5.0.0", + "beautifulsoup4>=4.14.3,<5.0.0", "gitpython>=3.1.0,<4.0.0", ] dev = [