diff --git a/pyproject.toml b/pyproject.toml index 0b4555e..bbbbf38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/scripts/moonraker-requirements.txt b/scripts/moonraker-requirements.txt index 7bdc7c6..5da140e 100644 --- a/scripts/moonraker-requirements.txt +++ b/scripts/moonraker-requirements.txt @@ -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 diff --git a/scripts/python_wheels/zeroconf-0.131.0-py3-none-any.whl b/scripts/python_wheels/zeroconf-0.131.0-py3-none-any.whl new file mode 100644 index 0000000..0b73489 Binary files /dev/null and b/scripts/python_wheels/zeroconf-0.131.0-py3-none-any.whl differ