Merge branch 'main' into patch-1

This commit is contained in:
Martin
2025-04-27 22:15:08 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ class CipherPair:
if mac != expected_mac: if mac != expected_mac:
raise RuntimeError() raise RuntimeError()
return Packet(cmd, payload_bytes) return Packet(cmd, payload_bytes)
except IndexError: except (IndexError, OSError):
raise RuntimeError("Failed to receive packet") raise RuntimeError("Failed to receive packet")

View File

@@ -1,7 +1,7 @@
defusedxml>=0.7.1 defusedxml>=0.7.1
protobuf==3.20.1 protobuf==3.20.1
pycryptodomex>=3.21.0 pycryptodomex>=3.22.0
pyogg>=0.6.14a.1 pyogg>=0.6.14a.1
requests>=2.32.3 requests>=2.32.3
websocket-client>=1.8.0 websocket-client>=1.8.0
zeroconf>=0.136.0 zeroconf>=0.146.4