From e57a32735df695d2c67d176a24d79aa79d9a456e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:33:16 +0000 Subject: [PATCH 1/2] Update beautifulsoup4 requirement 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:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 83095ef..a77ca57 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -beautifulsoup4<4.12.1,>=4.9.1 +beautifulsoup4>=4.9.1,<4.12.3 coincidence>=0.2.0 coverage>=5.1 coverage-pyver-pragma>=0.2.1 From 674230450e7400ae814af3ea3bf0c54fe6235688 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:34:24 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index a77ca57..99e139b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -beautifulsoup4>=4.9.1,<4.12.3 +beautifulsoup4<4.12.3,>=4.9.1 coincidence>=0.2.0 coverage>=5.1 coverage-pyver-pragma>=0.2.1