mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Bump annotatedyaml to 0.4.4 (#140861)
* Bump annotatedyaml to 0.4.2 changelog: https://github.com/home-assistant-libs/annotatedyaml/compare/v0.2.0...v0.4.2 ~10-11% performance improvement * tweak imports * bump to .3 to make pylint happy * bump again for fixes --------- Co-authored-by: Shay Levy <levyshay1@gmail.com>
This commit is contained in:
parent
d37783fb21
commit
f4fe234279
@ -10,7 +10,7 @@ aiohttp==3.11.14
|
|||||||
aiohttp_cors==0.7.0
|
aiohttp_cors==0.7.0
|
||||||
aiousbwatcher==1.1.1
|
aiousbwatcher==1.1.1
|
||||||
aiozoneinfo==0.2.3
|
aiozoneinfo==0.2.3
|
||||||
annotatedyaml==0.2.0
|
annotatedyaml==0.4.4
|
||||||
astral==2.2
|
astral==2.2
|
||||||
async-interrupt==1.2.2
|
async-interrupt==1.2.2
|
||||||
async-upnp-client==0.43.0
|
async-upnp-client==0.43.0
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
"""YAML utility functions."""
|
"""YAML utility functions."""
|
||||||
|
|
||||||
from annotatedyaml import SECRET_YAML, YamlTypeError
|
from annotatedyaml import SECRET_YAML, Input, YamlTypeError
|
||||||
from annotatedyaml.input import UndefinedSubstitution, extract_inputs, substitute
|
from annotatedyaml.input import UndefinedSubstitution, extract_inputs, substitute
|
||||||
from annotatedyaml.objects import Input
|
|
||||||
|
|
||||||
from .dumper import dump, save_yaml
|
from .dumper import dump, save_yaml
|
||||||
from .loader import Secrets, load_yaml, load_yaml_dict, parse_yaml, secret_yaml
|
from .loader import Secrets, load_yaml, load_yaml_dict, parse_yaml, secret_yaml
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from annotatedyaml.objects import Input, NodeDictClass, NodeListClass, NodeStrClass
|
from annotatedyaml import Input, NodeDictClass, NodeListClass, NodeStrClass
|
||||||
|
|
||||||
__all__ = ["Input", "NodeDictClass", "NodeListClass", "NodeStrClass"]
|
__all__ = ["Input", "NodeDictClass", "NodeListClass", "NodeStrClass"]
|
||||||
|
@ -33,7 +33,7 @@ dependencies = [
|
|||||||
"aiohttp-fast-zlib==0.2.3",
|
"aiohttp-fast-zlib==0.2.3",
|
||||||
"aiohttp-asyncmdnsresolver==0.1.1",
|
"aiohttp-asyncmdnsresolver==0.1.1",
|
||||||
"aiozoneinfo==0.2.3",
|
"aiozoneinfo==0.2.3",
|
||||||
"annotatedyaml==0.2.0",
|
"annotatedyaml==0.4.4",
|
||||||
"astral==2.2",
|
"astral==2.2",
|
||||||
"async-interrupt==1.2.2",
|
"async-interrupt==1.2.2",
|
||||||
"attrs==25.1.0",
|
"attrs==25.1.0",
|
||||||
|
2
requirements.txt
generated
2
requirements.txt
generated
@ -10,7 +10,7 @@ aiohttp_cors==0.7.0
|
|||||||
aiohttp-fast-zlib==0.2.3
|
aiohttp-fast-zlib==0.2.3
|
||||||
aiohttp-asyncmdnsresolver==0.1.1
|
aiohttp-asyncmdnsresolver==0.1.1
|
||||||
aiozoneinfo==0.2.3
|
aiozoneinfo==0.2.3
|
||||||
annotatedyaml==0.2.0
|
annotatedyaml==0.4.4
|
||||||
astral==2.2
|
astral==2.2
|
||||||
async-interrupt==1.2.2
|
async-interrupt==1.2.2
|
||||||
attrs==25.1.0
|
attrs==25.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user