You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.set_heartbeat(self.HEARTBEAT_FREQUENCY) # send keep-alive heartbeat all 3-5sec; seems not to be needed any longer after sending ID on newer firmware versions!?
websockets==13.1; python_version<'3.9'# last Python 3.8 release
49
-
websockets==15.0; python_version>='3.9'
49
+
websockets==15.0.1; python_version>='3.9'
50
50
PyYAML==6.0.2
51
51
psutil==7.0.0
52
52
typing-extensions==4.10.0; python_version<'3.8'# required for supporting Final and TypeDict on Python <3.8
@@ -101,7 +101,7 @@ PyQtWebEngine==5.15.6; (sys_platform=='darwin' and platform_release<'20.0') or (
101
101
PyQt6==6.8.1; (sys_platform=='darwin' and platform_release>='20.0') or (platform_system=='Windows' and python_version>'3.10') or (platform_system=='Linux' and platform_machine!='aarch64')
102
102
PyQt6-WebEngine==6.8.0; (sys_platform=='darwin' and platform_release>='20.0') or (platform_system=='Windows' and python_version>'3.10') or (platform_system=='Linux' and platform_machine!='aarch64')
103
103
###
104
-
pyinstaller==6.11.1; platform_system=='Linux'# on Windows pyinstaller is separately installed (see above)
104
+
pyinstaller==6.12.0; platform_system=='Linux'# on Windows pyinstaller is separately installed (see above)
105
105
###
106
106
### Qt build tools not part of PyQt but required by build-derived
107
107
qt5-tools==5.15.2.1.3; (platform_system=='Windows' and python_version<'3.9')
0 commit comments