From e87f6f091d86b06aaeec2894fe22b39fb133c8be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 15:08:23 +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 08a031d..185fde9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiofiles==23.2.1; python_full_version >= "3.7" anyio==4.2.0; python_full_version >= "3.6.2" and python_version >= "3.6" apscheduler==3.10.4 asyncio==3.4.3 -beautifulsoup4==4.12.2; python_full_version >= "3.6" +beautifulsoup4==4.12.3; python_full_version >= "3.6" cachetools==5.2.0; python_version >= "3.7" and python_version < "4.0" captcha==0.5.0 certifi==2023.7.22; python_version >= "3.7" and python_version < "4"