From adf988bb98562ead74f8c4a5656eaa9bfbdb4d62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 05:32:28 +0000 Subject: [PATCH] Update beautifulsoup4 requirement from >=4.6.0 to >=4.15.0 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.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 98a6002..1c35ca1 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -1,5 +1,5 @@ aiohttp>=2.2.0 -beautifulsoup4>=4.6.0 +beautifulsoup4>=4.15.0 flake8 pytest pytest-asyncio