From 89afc2e02e58df6b16fb10627f37cd6da58e60d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 21:05:40 +0000 Subject: [PATCH] Bump twisted from 13.1.0 to 22.4.0 in /si446x Bumps [twisted](https://github.com/twisted/twisted) from 13.1.0 to 22.4.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-13.1.0...twisted-22.4.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- si446x/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 si446x/setup.py diff --git a/si446x/setup.py b/si446x/setup.py old mode 100755 new mode 100644 index 528971f..48392d3 --- a/si446x/setup.py +++ b/si446x/setup.py @@ -41,7 +41,7 @@ def get_version(): maintainer_email = 'cire831@gmail.com', install_requires = ['future', 'machinist', - 'twisted==13.1.0', + 'twisted==22.4.0', 'six', 'construct==2.5.2', 'txdbus==1.1.0',