mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-04 09:25:16 -05:00
fix(deps): update dependency beautifulsoup4 to v4.14.3 (#6629)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -32,7 +32,7 @@ dependencies = [
|
|||||||
"requests==2.32.5",
|
"requests==2.32.5",
|
||||||
"tzdata==2025.2",
|
"tzdata==2025.2",
|
||||||
"uvicorn[standard]==0.38.0",
|
"uvicorn[standard]==0.38.0",
|
||||||
"beautifulsoup4==4.14.2",
|
"beautifulsoup4==4.14.3",
|
||||||
"isodate==0.7.2",
|
"isodate==0.7.2",
|
||||||
"text-unidecode==1.3",
|
"text-unidecode==1.3",
|
||||||
"rapidfuzz==3.14.3",
|
"rapidfuzz==3.14.3",
|
||||||
|
|||||||
8
uv.lock
generated
8
uv.lock
generated
@@ -175,15 +175,15 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "beautifulsoup4"
|
name = "beautifulsoup4"
|
||||||
version = "4.14.2"
|
version = "4.14.3"
|
||||||
source = { registry = "https://pypi.org/simple" }
|
source = { registry = "https://pypi.org/simple" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "soupsieve" },
|
{ name = "soupsieve" },
|
||||||
{ name = "typing-extensions" },
|
{ 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 = [
|
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]]
|
[[package]]
|
||||||
@@ -890,7 +890,7 @@ requires-dist = [
|
|||||||
{ name = "apprise", specifier = "==1.9.5" },
|
{ name = "apprise", specifier = "==1.9.5" },
|
||||||
{ name = "authlib", specifier = "==1.6.5" },
|
{ name = "authlib", specifier = "==1.6.5" },
|
||||||
{ name = "bcrypt", specifier = "==5.0.0" },
|
{ 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 = "extruct", specifier = "==0.18.0" },
|
||||||
{ name = "fastapi", specifier = "==0.123.0" },
|
{ name = "fastapi", specifier = "==0.123.0" },
|
||||||
{ name = "html2text", specifier = "==2025.4.15" },
|
{ name = "html2text", specifier = "==2025.4.15" },
|
||||||
|
|||||||
Reference in New Issue
Block a user