From fbfc3bf61dc5694303c473e2759d5cb4af5b817b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 11:58:19 +0000 Subject: [PATCH] Bump beautifulsoup4 from 4.9.3 to 4.12.1 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.9.3 to 4.12.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 bf4f981..0381bf1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ CsvSchema==1.1.1 argparse>=1.2.1,<1.4.0 -beautifulsoup4==4.9.3 +beautifulsoup4==4.12.1 feedparser==6.0.10 gevent==21.1.2 greenlet>=0.4.2,<1.2.0