Merge pull request #2439 from GSA/dependabot/pip/beautifulsoup4-4.13.3

Bump beautifulsoup4 from 4.12.3 to 4.13.3
This commit is contained in:
Alex Janousek
2025-03-26 10:17:45 -04:00
committed by GitHub
2 changed files with 8 additions and 7 deletions

13
poetry.lock generated
View File

@@ -102,18 +102,19 @@ yaml = ["PyYAML"]
[[package]]
name = "beautifulsoup4"
version = "4.12.3"
version = "4.13.3"
description = "Screen-scraping library"
optional = false
python-versions = ">=3.6.0"
python-versions = ">=3.7.0"
groups = ["main"]
files = [
{file = "beautifulsoup4-4.12.3-py3-none-any.whl", hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed"},
{file = "beautifulsoup4-4.12.3.tar.gz", hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051"},
{file = "beautifulsoup4-4.13.3-py3-none-any.whl", hash = "sha256:99045d7d3f08f91f0d656bc9b7efbae189426cd913d830294a15eefa0ea4df16"},
{file = "beautifulsoup4-4.13.3.tar.gz", hash = "sha256:1bd32405dacc920b42b83ba01644747ed77456a65760e285fbc47633ceddaf8b"},
]
[package.dependencies]
soupsieve = ">1.2"
typing-extensions = ">=4.0.0"
[package.extras]
cchardet = ["cchardet"]
@@ -3160,7 +3161,7 @@ version = "4.12.2"
description = "Backported and Experimental Type Hints for Python 3.8+"
optional = false
python-versions = ">=3.8"
groups = ["dev"]
groups = ["main", "dev"]
files = [
{file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"},
{file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"},
@@ -3309,4 +3310,4 @@ files = [
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "b066d7ae7af2903cbab3abe8b75a4cc0cfe25145deed2f7ed6420a338b62941d"
content-hash = "a5fd36939a6d410e61d90c4cbb0cf224701665fe27a75b9b16b2c68b7121902d"

View File

@@ -10,7 +10,7 @@ package-mode = false
axe-core-python = "^0.1.0"
python = "^3.12.2"
ago = "~=0.0.95"
beautifulsoup4 = "^4.12.3"
beautifulsoup4 = "^4.13.3"
blinker = "~=1.8"
exceptiongroup = "==1.2.2"
flask = "~=3.0"