From 501e954aa504725fc4c9afea36609a16a8dfe300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 13:27:32 +0000 Subject: [PATCH] chore(deps): Update beautifulsoup4 requirement from >=4.12.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9fb44e..6949228 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ discord.py>=2.3.0 requests>=2.34.1 python-dotenv>=1.2.2 watchdog>=6.0.0 -beautifulsoup4>=4.12.0 +beautifulsoup4>=4.14.3