Update beautifulsoup4 to 4.13.3 (#142751)

pull/136054/head
Marc Mueller 2025-04-13 00:04:50 +02:00 committed by GitHub
parent 03ccb529e4
commit d23c9f715e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 9 deletions

View File

@ -6,5 +6,5 @@
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/scrape", "documentation": "https://www.home-assistant.io/integrations/scrape",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"requirements": ["beautifulsoup4==4.12.3", "lxml==5.3.0"] "requirements": ["beautifulsoup4==4.13.3", "lxml==5.3.0"]
} }

View File

@ -527,8 +527,6 @@ filterwarnings = [
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:meteofrance_api.model.forecast", "ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:meteofrance_api.model.forecast",
# -- fixed, waiting for release / update # -- fixed, waiting for release / update
# https://bugs.launchpad.net/beautifulsoup/+bug/2076897 - >4.12.3
"ignore:The 'strip_cdata' option of HTMLParser\\(\\) has never done anything and will eventually be removed:DeprecationWarning:bs4.builder._lxml",
# https://github.com/DataDog/datadogpy/pull/290 - >=0.23.0 # https://github.com/DataDog/datadogpy/pull/290 - >=0.23.0
"ignore:invalid escape sequence:SyntaxWarning:.*datadog.dogstatsd.base", "ignore:invalid escape sequence:SyntaxWarning:.*datadog.dogstatsd.base",
# https://github.com/DataDog/datadogpy/pull/566/files - >=0.37.0 # https://github.com/DataDog/datadogpy/pull/566/files - >=0.37.0
@ -584,9 +582,6 @@ filterwarnings = [
"ignore:Callback API version 1 is deprecated, update to latest version:DeprecationWarning:roborock.cloud_api", "ignore:Callback API version 1 is deprecated, update to latest version:DeprecationWarning:roborock.cloud_api",
# https://github.com/briis/pyweatherflowudp/blob/v1.4.5/pyweatherflowudp/const.py#L20 - v1.4.5 - 2023-10-10 # https://github.com/briis/pyweatherflowudp/blob/v1.4.5/pyweatherflowudp/const.py#L20 - v1.4.5 - 2023-10-10
"ignore:This function will be removed in future versions of pint:DeprecationWarning:pyweatherflowudp.const", "ignore:This function will be removed in future versions of pint:DeprecationWarning:pyweatherflowudp.const",
# Wrong stacklevel
# https://bugs.launchpad.net/beautifulsoup/+bug/2034451 fixed in >4.12.3
"ignore:It looks like you're parsing an XML document using an HTML parser:UserWarning:html.parser",
# New in aiohttp - v3.9.0 # New in aiohttp - v3.9.0
"ignore:It is recommended to use web.AppKey instances for keys:UserWarning:(homeassistant|tests|aiohttp_cors)", "ignore:It is recommended to use web.AppKey instances for keys:UserWarning:(homeassistant|tests|aiohttp_cors)",
# - SyntaxWarnings # - SyntaxWarnings
@ -645,6 +640,8 @@ filterwarnings = [
# https://pypi.org/project/directv/ - v0.4.0 - 2020-09-12 # https://pypi.org/project/directv/ - v0.4.0 - 2020-09-12
"ignore:with timeout\\(\\) is deprecated:DeprecationWarning:directv.directv", "ignore:with timeout\\(\\) is deprecated:DeprecationWarning:directv.directv",
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:directv.models", "ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:directv.models",
# https://pypi.org/project/enocean/ - v0.50.1 (installed) -> v0.60.1 - 2021-06-18
"ignore:It looks like you're using an HTML parser to parse an XML document:UserWarning:enocean.protocol.eep",
# https://pypi.org/project/httpsig/ - v1.3.0 - 2018-11-28 # https://pypi.org/project/httpsig/ - v1.3.0 - 2018-11-28
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:httpsig", "ignore:pkg_resources is deprecated as an API:DeprecationWarning:httpsig",
# https://pypi.org/project/influxdb/ - v5.3.2 - 2024-04-18 (archived) # https://pypi.org/project/influxdb/ - v5.3.2 - 2024-04-18 (archived)

2
requirements_all.txt generated
View File

@ -590,7 +590,7 @@ batinfo==0.4.2
# beacontools[scan]==2.1.0 # beacontools[scan]==2.1.0
# homeassistant.components.scrape # homeassistant.components.scrape
beautifulsoup4==4.12.3 beautifulsoup4==4.13.3
# homeassistant.components.beewi_smartclim # homeassistant.components.beewi_smartclim
# beewi-smartclim==0.0.10 # beewi-smartclim==0.0.10

View File

@ -37,7 +37,6 @@ tqdm==4.67.1
types-aiofiles==24.1.0.20241221 types-aiofiles==24.1.0.20241221
types-atomicwrites==1.4.5.1 types-atomicwrites==1.4.5.1
types-croniter==5.0.1.20241205 types-croniter==5.0.1.20241205
types-beautifulsoup4==4.12.0.20250204
types-caldav==1.3.0.20241107 types-caldav==1.3.0.20241107
types-chardet==0.1.5 types-chardet==0.1.5
types-decorator==5.1.8.20250121 types-decorator==5.1.8.20250121

View File

@ -527,7 +527,7 @@ babel==2.15.0
base36==0.1.1 base36==0.1.1
# homeassistant.components.scrape # homeassistant.components.scrape
beautifulsoup4==4.12.3 beautifulsoup4==4.13.3
# homeassistant.components.bmw_connected_drive # homeassistant.components.bmw_connected_drive
bimmer-connected[china]==0.17.2 bimmer-connected[china]==0.17.2