From dc52c28b13989b29b3ef8cf5654f63f0888199c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 21:16:14 +0000 Subject: [PATCH] Bump twisted from 13.1.0 to 23.8.0 in /tagfuse Bumps [twisted](https://github.com/twisted/twisted) from 13.1.0 to 23.8.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-23.8.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tagfuse/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 tagfuse/setup.py diff --git a/tagfuse/setup.py b/tagfuse/setup.py old mode 100755 new mode 100644 index 2881c0e..b7f4a2d --- a/tagfuse/setup.py +++ b/tagfuse/setup.py @@ -28,7 +28,7 @@ def get_version(): url = 'https://github.com/dmaltbie/Tagnet/tagfuse', author = 'Dan Maltbie', author_email = 'dmaltbie@daloma.org', - install_requires = ['twisted==13.1.0', + install_requires = ['twisted==23.8.0', 'six', 'chest', 'construct==2.5.2',