From 76e2056f4633937f9b275b1b351b05d222c32068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 19:57:48 +0000 Subject: [PATCH] Update beautifulsoup4 requirement from <=4.12.3 to <=4.13.4 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.13.4 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 ab7121d..12adff0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiohttp<=3.11.10 mattermostdriver>=7.3.2 # Stay on latest certifi>=2024.8.30 # Stay on latest -beautifulsoup4<=4.12.3 +beautifulsoup4<=4.13.4 pillow<=11.0.0 httpx<=0.28.1 youtube-transcript-api>=0.6.3 # Stay on latest