From ef8a33b4e44402499031e6dd1e7a672982d1b9ac Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 21 Mar 2023 11:00:12 +0000
Subject: [PATCH] Bump beautifulsoup4 from 4.9.1 to 4.12.0

Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.9.1 to 4.12.0.

---
updated-dependencies:
- dependency-name: beautifulsoup4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 6956058..159ceed 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 attrs==20.3.0
-beautifulsoup4==4.9.3
+beautifulsoup4==4.12.0
 certifi==2021.5.30
 chardet==3.0.4
 idna==2.10