From 1cf0b567fa151569a09e6b3cf06b5ed799453087 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sun, 12 Apr 2026 20:03:01 +0200 Subject: [PATCH] Updated versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be778f7..d17ed01 100644 --- a/setup.py +++ b/setup.py @@ -114,7 +114,7 @@ setuptools.setup( ] }, install_requires=[ - "rns>=1.1.3", + "rns>=1.1.5", "lxmf>=0.9.4", "lxst>=0.4.6", "kivy>=2.3.0",