From 2561cda8ceea828cf8b1cb58ff1378634db58deb Mon Sep 17 00:00:00 2001 From: JackDandy Date: Thu, 6 Jun 2024 12:00:00 +0100 Subject: [PATCH] =?UTF-8?q?Update=20Beautiful=20Soup=204.12.2=20(30c58a1)?= =?UTF-8?q?=20=E2=86=92=204.12.3=20(7fb5175).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 1 + lib/bs4/__init__.py | 4 ++-- lib/bs4/builder/__init__.py | 15 ++++++++++----- lib/bs4/builder/_html5lib.py | 4 +++- lib/bs4/builder/_lxml.py | 4 +++- lib/bs4/formatter.py | 4 ++-- 6 files changed, 21 insertions(+), 11 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 837132f3..b485a039 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,6 @@ ### 3.32.0 (2024-xx-xx xx:xx:00 UTC) +* Update Beautiful Soup 4.12.2 (30c58a1) to 4.12.3 (7fb5175) * Update CacheControl 0.13.1 (783a338) to 0.14.0 (e2be0c2) * Update filelock 3.12.4 (c1163ae) to 3.14.0 (8556141) * Update idna library 3.4 (cab054c) to 3.7 (1d365e1) diff --git a/lib/bs4/__init__.py b/lib/bs4/__init__.py index 98092923..bc081008 100644 --- a/lib/bs4/__init__.py +++ b/lib/bs4/__init__.py @@ -15,8 +15,8 @@ documentation: http://www.crummy.com/software/BeautifulSoup/bs4/doc/ """ __author__ = "Leonard Richardson (leonardr@segfault.org)" -__version__ = "4.12.2" -__copyright__ = "Copyright (c) 2004-2023 Leonard Richardson" +__version__ = "4.12.3" +__copyright__ = "Copyright (c) 2004-2024 Leonard Richardson" # Use of this source code is governed by the MIT license. __license__ = "MIT" diff --git a/lib/bs4/builder/__init__.py b/lib/bs4/builder/__init__.py index fa5017f5..e182051c 100644 --- a/lib/bs4/builder/__init__.py +++ b/lib/bs4/builder/__init__.py @@ -514,15 +514,19 @@ class DetectsXMLParsedAsHTML(object): XML_PREFIX_B = b'