From b690880332ab050f11d563a4ffb91ce0a5159fdb Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 15 Aug 2023 11:08:38 +0200 Subject: [PATCH] Updated dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5aaf611..d4fb2e1 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,6 @@ 'lxmd=LXMF.Utilities.lxmd:main', ] }, - install_requires=['rns>=0.5.5'], + install_requires=['rns>=0.5.7'], python_requires='>=3.7', )