mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Bump voluptuous-serialize to 2.6.0 (#88211)
This commit is contained in:
parent
d3ed8de232
commit
a190bcdc3f
@ -44,7 +44,7 @@ requests==2.28.1
|
||||
scapy==2.5.0
|
||||
sqlalchemy==2.0.3
|
||||
typing-extensions>=4.4.0,<5.0
|
||||
voluptuous-serialize==2.5.0
|
||||
voluptuous-serialize==2.6.0
|
||||
voluptuous==0.13.1
|
||||
yarl==1.8.1
|
||||
zeroconf==0.47.3
|
||||
|
@ -51,7 +51,7 @@ dependencies = [
|
||||
"requests==2.28.1",
|
||||
"typing-extensions>=4.4.0,<5.0",
|
||||
"voluptuous==0.13.1",
|
||||
"voluptuous-serialize==2.5.0",
|
||||
"voluptuous-serialize==2.6.0",
|
||||
"yarl==1.8.1",
|
||||
]
|
||||
|
||||
@ -243,7 +243,7 @@ select = [
|
||||
"D", # docstrings
|
||||
"E", # pycodestyle
|
||||
"F", # pyflakes/autoflake
|
||||
"ICN001", # import concentions; {name} should be imported as {asname}
|
||||
"ICN001", # import concentions; {name} should be imported as {asname}
|
||||
"PGH004", # Use specific rule codes when using noqa
|
||||
"PLC0414", # Useless import alias. Import alias does not rename original package.
|
||||
"SIM105", # Use contextlib.suppress({exception}) instead of try-except-pass
|
||||
|
@ -25,5 +25,5 @@ pyyaml==6.0
|
||||
requests==2.28.1
|
||||
typing-extensions>=4.4.0,<5.0
|
||||
voluptuous==0.13.1
|
||||
voluptuous-serialize==2.5.0
|
||||
voluptuous-serialize==2.6.0
|
||||
yarl==1.8.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user