From 6a00d82b281cb013979400b37df2b459e9c3b866 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 7 May 2026 20:23:56 +0200 Subject: [PATCH] Updated versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e6d5afb..5a88f36 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,6 @@ setuptools.setup( 'lxmd=LXMF.Utilities.lxmd:main', ] }, - install_requires=["rns>=1.2.3"], + install_requires=["rns>=1.2.4"], python_requires=">=3.7", )