From 05b6b97b2aa63ca7705e0701b157923ca3b770ff Mon Sep 17 00:00:00 2001 From: Himanshu Shivhare Date: Sun, 12 Oct 2025 17:00:34 +0530 Subject: [PATCH] fix: beautifulsoap4 version upgrade to match with Frappe Framework --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fc16f51d..e0ffb3de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 \ No newline at end of file +docstring-code-format = true