build: bump zeroconf to 0.131.0

Add a local fallback link with a pure python wheel to
prevent build issues on systems where cython wheels are
not available.

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2023-12-28 07:35:30 -05:00
parent ca595163bb
commit 54dc887254
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
3 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@ dependencies = [
"inotify-simple==1.3.5",
"libnacl==1.8.0",
"paho-mqtt==1.6.1",
"zeroconf==0.69.0",
"zeroconf==0.131.0",
"preprocess-cancellation==0.2.0",
"jinja2==3.1.2",
"dbus-next==0.2.3",

View File

@ -1,4 +1,5 @@
# Python dependencies for Moonraker
--find-links=python_wheels
tornado==6.2.0 ; python_version=='3.7'
tornado==6.3.3 ; python_version>='3.8'
pyserial==3.4
@ -12,7 +13,7 @@ distro==1.8.0
inotify-simple==1.3.5
libnacl==1.8.0
paho-mqtt==1.6.1
zeroconf==0.69.0
zeroconf==0.131.0
preprocess-cancellation==0.2.0
jinja2==3.1.2
dbus-next==0.2.3