From fd85dc1f7670e8c40092c59eb58b8ab3ddda5619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:21:46 +0000 Subject: [PATCH] chore(deps)(deps): bump beautifulsoup4 from 4.13.3 to 4.15.0 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.13.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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1890e29..6f54be2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ discord.py==2.7.1 httpx==0.28.1 python-dotenv==1.2.2 idna==3.18 -beautifulsoup4==4.13.3 \ No newline at end of file +beautifulsoup4==4.15.0 \ No newline at end of file