Update beautifulsoup4 to 4.13.3 (#142751)
parent
03ccb529e4
commit
d23c9f715e
|
@ -6,5 +6,5 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/scrape",
|
||||
"iot_class": "cloud_polling",
|
||||
"requirements": ["beautifulsoup4==4.12.3", "lxml==5.3.0"]
|
||||
"requirements": ["beautifulsoup4==4.13.3", "lxml==5.3.0"]
|
||||
}
|
||||
|
|
|
@ -527,8 +527,6 @@ filterwarnings = [
|
|||
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:meteofrance_api.model.forecast",
|
||||
|
||||
# -- 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
|
||||
"ignore:invalid escape sequence:SyntaxWarning:.*datadog.dogstatsd.base",
|
||||
# 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",
|
||||
# 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",
|
||||
# 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
|
||||
"ignore:It is recommended to use web.AppKey instances for keys:UserWarning:(homeassistant|tests|aiohttp_cors)",
|
||||
# - SyntaxWarnings
|
||||
|
@ -645,6 +640,8 @@ filterwarnings = [
|
|||
# https://pypi.org/project/directv/ - v0.4.0 - 2020-09-12
|
||||
"ignore:with timeout\\(\\) is deprecated:DeprecationWarning:directv.directv",
|
||||
"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
|
||||
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:httpsig",
|
||||
# https://pypi.org/project/influxdb/ - v5.3.2 - 2024-04-18 (archived)
|
||||
|
|
|
@ -590,7 +590,7 @@ batinfo==0.4.2
|
|||
# beacontools[scan]==2.1.0
|
||||
|
||||
# homeassistant.components.scrape
|
||||
beautifulsoup4==4.12.3
|
||||
beautifulsoup4==4.13.3
|
||||
|
||||
# homeassistant.components.beewi_smartclim
|
||||
# beewi-smartclim==0.0.10
|
||||
|
|
|
@ -37,7 +37,6 @@ tqdm==4.67.1
|
|||
types-aiofiles==24.1.0.20241221
|
||||
types-atomicwrites==1.4.5.1
|
||||
types-croniter==5.0.1.20241205
|
||||
types-beautifulsoup4==4.12.0.20250204
|
||||
types-caldav==1.3.0.20241107
|
||||
types-chardet==0.1.5
|
||||
types-decorator==5.1.8.20250121
|
||||
|
|
|
@ -527,7 +527,7 @@ babel==2.15.0
|
|||
base36==0.1.1
|
||||
|
||||
# homeassistant.components.scrape
|
||||
beautifulsoup4==4.12.3
|
||||
beautifulsoup4==4.13.3
|
||||
|
||||
# homeassistant.components.bmw_connected_drive
|
||||
bimmer-connected[china]==0.17.2
|
||||
|
|
Loading…
Reference in New Issue