From 68711c3ac19fe15ff9d86587971f8c4646f0a7b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:06:51 +0000 Subject: [PATCH] Bump beautifulsoup4 from 4.12.2 to 4.12.3 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.2 to 4.12.3. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6e46bdb..af84e93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # astroid==3.0.2; python_version > '3.6' astroid==2.11.7; python_version <= '3.6' -beautifulsoup4==4.12.2 +beautifulsoup4==4.12.3 dataclasses==0.8; python_version <= '3.6' jellyfish==1.0.3; python_version > '3.6' jellyfish==0.10.0; python_version <= '3.6'