Bump voluptuous-serialize to 2.6.0 (#88211)

This commit is contained in:
Kevin Stillhammer 2023-02-15 23:14:45 +01:00 committed by GitHub
parent d3ed8de232
commit a190bcdc3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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