Merge pull request #1773 from HUMENTH/patch-2

fix: beautifulsoap4 version upgrade to match with Frappe Framework
This commit is contained in:
Jannat Patel
2025-11-21 11:32:28 +05:30
committed by GitHub

View File

@@ -11,7 +11,7 @@ dependencies = [
# core dependencies # core dependencies
"websocket_client~=1.6.4", "websocket_client~=1.6.4",
"markdown~=3.5.1", "markdown~=3.5.1",
"beautifulsoup4~=4.12.2", "beautifulsoup4~=4.13.4",
"lxml~=4.9.3", "lxml~=4.9.3",
"cairocffi==1.5.1", "cairocffi==1.5.1",
"razorpay~=1.4.1", "razorpay~=1.4.1",
@@ -63,4 +63,4 @@ ignore = [
[tool.ruff.format] [tool.ruff.format]
quote-style = "double" quote-style = "double"
indent-style = "tab" indent-style = "tab"
docstring-code-format = true docstring-code-format = true