From 77915d45c227963ea8c073cd05332cc027f4847e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:57:53 +0100 Subject: [PATCH] Update beautifulsoup4 requirement from <4.13,>=4.8 to >=4.8,<4.14 (#1316) Updates the requirements on [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) to permit the latest version. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Di Luigi --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 3844e9b692..ea6dc02fb6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ # Only for testing -beautifulsoup4>=4.8,<4.13 +beautifulsoup4>=4.8,<4.14 coverage>=4.5,<7.7 pytest pytest-cov