From 1cf079c00b357be2f028325eeb0f434a58c625af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 14:49:41 +0000 Subject: [PATCH] Bump beautifulsoup4 from 4.10.0 to 4.13.4 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.10.0 to 4.13.4. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.13.4 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 476854f..f25d947 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ qtmodern==0.2.0 requests==2.28.1 fake_useragent==0.1.11 -beautifulsoup4==4.10.0 +beautifulsoup4==4.13.4 PySide2==5.15.2.1 \ No newline at end of file