Update dependency zeroconf to v0.47.0

pull/2165/head
renovate[bot] 2022-12-22 03:52:43 +00:00 committed by GitHub
parent 2d2d71d81f
commit c796e14cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -32,5 +32,5 @@ six
sparklines
statsd
wifi
zeroconf==0.19.1; python_version < "3.7"
zeroconf==0.47.0; python_version < "3.7"
zeroconf; python_version >= "3.7"

View File

@ -52,7 +52,7 @@ def get_install_requires():
def get_install_extras_require():
extras_require = {
'action': ['chevron'],
'browser': ['zeroconf==0.19.1' if PY2 else 'zeroconf>=0.19.1'],
'browser': ['zeroconf==0.47.0' if PY2 else 'zeroconf>=0.19.1'],
'cloud': ['requests'],
'docker': ['docker>=2.0.0', 'python-dateutil', 'six'],
'export': ['bernhard', 'cassandra-driver', 'couchdb', 'elasticsearch',