fix: beautifulsoap4 version upgrade to match with Frappe Framework

This commit is contained in:
Himanshu Shivhare
2025-10-12 17:00:34 +05:30
committed by GitHub
parent 9d4196f15a
commit 05b6b97b2a

View File

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