From a53e8d5e0c73f9c57566ee7d9a856428850ebf54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:52:00 +0000 Subject: [PATCH] chore(deps): bump beautifulsoup4 from 4.10.0 to 4.12.2 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.10.0 to 4.12.2. --- 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 942c179..12b4ef2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ click==8.1.7 mistune==3.0.1 -beautifulsoup4==4.10.0 +beautifulsoup4==4.12.2 Jinja2==3.1.2 pytest==7.4.0 bottle==0.12.25