From f5570bf9b20be5376fbb63ad115a670cf355c1bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 10:46:27 -0600 Subject: [PATCH] fix(deps): update dependency beautifulsoup4 to v4.14.3 (#6629) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cdde8b6a6..81c241bff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "requests==2.32.5", "tzdata==2025.2", "uvicorn[standard]==0.38.0", - "beautifulsoup4==4.14.2", + "beautifulsoup4==4.14.3", "isodate==0.7.2", "text-unidecode==1.3", "rapidfuzz==3.14.3", diff --git a/uv.lock b/uv.lock index ebccf4a2b..49085ebbf 100644 --- a/uv.lock +++ b/uv.lock @@ -175,15 +175,15 @@ wheels = [ [[package]] name = "beautifulsoup4" -version = "4.14.2" +version = "4.14.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "soupsieve" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/77/e9/df2358efd7659577435e2177bfa69cba6c33216681af51a707193dec162a/beautifulsoup4-4.14.2.tar.gz", hash = "sha256:2a98ab9f944a11acee9cc848508ec28d9228abfd522ef0fad6a02a72e0ded69e", size = 625822, upload-time = "2025-09-29T10:05:42.613Z" } +sdist = { url = "https://files.pythonhosted.org/packages/c3/b0/1c6a16426d389813b48d95e26898aff79abbde42ad353958ad95cc8c9b21/beautifulsoup4-4.14.3.tar.gz", hash = "sha256:6292b1c5186d356bba669ef9f7f051757099565ad9ada5dd630bd9de5fa7fb86", size = 627737, upload-time = "2025-11-30T15:08:26.084Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/94/fe/3aed5d0be4d404d12d36ab97e2f1791424d9ca39c2f754a6285d59a3b01d/beautifulsoup4-4.14.2-py3-none-any.whl", hash = "sha256:5ef6fa3a8cbece8488d66985560f97ed091e22bbc4e9c2338508a9d5de6d4515", size = 106392, upload-time = "2025-09-29T10:05:43.771Z" }, + { url = "https://files.pythonhosted.org/packages/1a/39/47f9197bdd44df24d67ac8893641e16f386c984a0619ef2ee4c51fbbc019/beautifulsoup4-4.14.3-py3-none-any.whl", hash = "sha256:0918bfe44902e6ad8d57732ba310582e98da931428d231a5ecb9e7c703a735bb", size = 107721, upload-time = "2025-11-30T15:08:24.087Z" }, ] [[package]] @@ -890,7 +890,7 @@ requires-dist = [ { name = "apprise", specifier = "==1.9.5" }, { name = "authlib", specifier = "==1.6.5" }, { name = "bcrypt", specifier = "==5.0.0" }, - { name = "beautifulsoup4", specifier = "==4.14.2" }, + { name = "beautifulsoup4", specifier = "==4.14.3" }, { name = "extruct", specifier = "==0.18.0" }, { name = "fastapi", specifier = "==0.123.0" }, { name = "html2text", specifier = "==2025.4.15" },