From 45e39917b5374b8667605fb6a2dae450297f9fbc Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 19 Mar 2024 13:54:09 +0100 Subject: [PATCH] Updated dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26ce0d7..43817c8 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,6 @@ 'lxmd=LXMF.Utilities.lxmd:main', ] }, - install_requires=['rns>=0.7.2'], + install_requires=['rns>=0.7.3'], python_requires='>=3.7', )