From bb1b9e4163f72af95f197a5b98bf0760752120c7 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 1 Mar 2024 00:33:42 +0100 Subject: [PATCH] Updated dependency version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b66db9d..26ce0d7 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,6 @@ setuptools.setup( 'lxmd=LXMF.Utilities.lxmd:main', ] }, - install_requires=['rns>=0.7.1'], + install_requires=['rns>=0.7.2'], python_requires='>=3.7', )