chore(deps): update dependency zeroconf to v0.51.0

This commit is contained in:
renovate[bot] 2023-04-01 06:26:24 +00:00 committed by GitHub
parent 246fbf6956
commit 8cbf73d9d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -33,5 +33,5 @@ six
sparklines
statsd
wifi
zeroconf==0.47.4; python_version < "3.7"
zeroconf==0.51.0; python_version < "3.7"
zeroconf; python_version >= "3.7"

View File

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