From f41a9439e736691b9926dc65cd2d366a7ea66e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 06:13:18 +0000 Subject: [PATCH] Bump beautifulsoup4 from 4.9.1 to 4.11.1 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.9.1 to 4.11.1. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6956058..e06239e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ attrs==20.3.0 -beautifulsoup4==4.9.3 +beautifulsoup4==4.11.1 certifi==2021.5.30 chardet==3.0.4 idna==2.10