From 3c9972a0997d9df81ce53a04fe04b97c42bbec0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:50:06 +0000 Subject: [PATCH] Bump twisted from 23.10.0 to 24.3.0 Bumps [twisted](https://github.com/twisted/twisted) from 23.10.0 to 24.3.0. - [Release notes](https://github.com/twisted/twisted/releases) - [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst) - [Commits](https://github.com/twisted/twisted/compare/twisted-23.10.0...twisted-24.3.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ]