From 3ae87b449b1265335edea74e5f983bc0d35a3230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:54:27 +0000 Subject: [PATCH] chore(deps): update beautifulsoup4 requirement from ~=4.12.2 to ~=4.12.3 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ff2bc70..fb2ed0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ tweepy~=4.14.0 PyPDF2~=3.0.1 matplotlib~=3.8.2 pandas~=2.1.4 -beautifulsoup4~=4.12.2 +beautifulsoup4~=4.12.3