From af37f44aabeb00d056ec795bac3ecbc91d0a64b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 08:52:59 +0000 Subject: [PATCH] Update beautifulsoup4 requirement from ~=4.9.1 to ~=4.11.1 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 5b4b789..f51e33a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ APScheduler~=3.9.1 SQLAlchemy~=1.4.36 pymysql==1.0.2 requests~=2.27.1 -beautifulsoup4~=4.9.1 \ No newline at end of file +beautifulsoup4~=4.11.1 \ No newline at end of file -- 2.45.2