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

pull/2300/head
renovate[bot] 2023-03-20 06:42:52 +00:00 committed by GitHub
parent a9bd0bd44f
commit 585fdb7212
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 sparklines
statsd statsd
wifi wifi
zeroconf==0.47.3; python_version < "3.7" zeroconf==0.47.4; python_version < "3.7"
zeroconf; python_version >= "3.7" zeroconf; python_version >= "3.7"

View File

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