From dff13bb900cfc38879fca7a0e972506019e93150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 01:38:07 +0000 Subject: [PATCH] :arrow_up: Bump beautifulsoup4 from 4.10.0 to 4.11.0 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.10.0 to 4.11.0. --- 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 b1976d2..0d42c45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -beautifulsoup4==4.10.0 +beautifulsoup4==4.11.0 Jinja2==3.1.0 lxml==4.8.0 requests==2.27.1