Bump beautifulsoup4 from 4.14.2 to 4.14.3 (#3137)

Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.14.2 to 4.14.3.

---
updated-dependencies:
- dependency-name: beautifulsoup4
  dependency-version: 4.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-02 15:54:20 +00:00
committed by GitHub
parent 0c9626ff4d
commit 612f585cbf
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -122,18 +122,18 @@ yaml = ["PyYAML"]
[[package]]
name = "beautifulsoup4"
version = "4.14.2"
version = "4.14.3"
description = "Screen-scraping library"
optional = false
python-versions = ">=3.7.0"
groups = ["main"]
files = [
{file = "beautifulsoup4-4.14.2-py3-none-any.whl", hash = "sha256:5ef6fa3a8cbece8488d66985560f97ed091e22bbc4e9c2338508a9d5de6d4515"},
{file = "beautifulsoup4-4.14.2.tar.gz", hash = "sha256:2a98ab9f944a11acee9cc848508ec28d9228abfd522ef0fad6a02a72e0ded69e"},
{file = "beautifulsoup4-4.14.3-py3-none-any.whl", hash = "sha256:0918bfe44902e6ad8d57732ba310582e98da931428d231a5ecb9e7c703a735bb"},
{file = "beautifulsoup4-4.14.3.tar.gz", hash = "sha256:6292b1c5186d356bba669ef9f7f051757099565ad9ada5dd630bd9de5fa7fb86"},
]
[package.dependencies]
soupsieve = ">1.2"
soupsieve = ">=1.6.1"
typing-extensions = ">=4.0.0"
[package.extras]
@@ -4440,4 +4440,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "513a919462c43e1bd7a8af5b0eb39d5451079b559513ba0dcce85c222b0c7e38"
content-hash = "946f5cc00bf861d89c71494b6eb9331ed0babac0a5230e9687da4d9e653dccb6"

View File

@@ -10,7 +10,7 @@ package-mode = false
axe-core-python = "^0.1.0"
python = "^3.13.2"
ago = "~=0.1.0"
beautifulsoup4 = "^4.14.2"
beautifulsoup4 = "^4.14.3"
blinker = "~=1.8"
gevent = "==25.9.1"
exceptiongroup = "==1.3.1"