mirror of
https://github.com/frappe/lms.git
synced 2025-12-03 14:34:53 +00:00
fix: beautifulsoap4 version upgrade to match with Frappe Framework
This commit is contained in:
committed by
GitHub
parent
9d4196f15a
commit
05b6b97b2a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user