Merge pull request #2333 from nicolargo/renovate/zeroconf-0.x

chore(deps): update dependency zeroconf to v0.55.0
This commit is contained in:
RazCrimson 2023-04-08 00:39:18 +05:30 committed by GitHub
commit 4f21b2dcfa
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.54.0; python_version < "3.7" zeroconf==0.55.0; 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.54.0' if PY2 else 'zeroconf>=0.19.1'], 'browser': ['zeroconf==0.55.0' 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',