diff --git a/pyproject.toml b/pyproject.toml index 7f9f860..ba8cec3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ requires-python = '~=3.10' dependencies = [ 'kivy[sdl2]==2.3.0', # Remember to also update kivy.require() in gui.py 'pystray==0.19.5', - 'twisted==23.10.0', + 'twisted==24.3.0', 'KivyOnTop==1.4', 'pillow==10.2', ]