From 0362611d97b2bb77abc7b16cee8d64a862ca4c4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 12:02:57 +0000 Subject: [PATCH] Bump beautifulsoup4 from 4.13.4 to 4.13.5 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.13.4 to 4.13.5. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8adba64..607f901 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ ] dependencies = [ - "beautifulsoup4 == 4.13.4", + "beautifulsoup4 == 4.13.5", "colorlog == 6.9.0", "discordwebhook == 1.0.3", "emoji == 2.14.1",