From 587773ace4fcff6ac55b7098c1508108e76476ee Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 17 Feb 2025 22:45:00 +0100 Subject: [PATCH] Updated dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6a5f879..e6a40bf 100644 --- a/setup.py +++ b/setup.py @@ -114,7 +114,7 @@ setuptools.setup( ] }, install_requires=[ - "rns>=0.9.1", + "rns>=0.9.2", "lxmf>=0.6.0", "kivy>=2.3.0", "pillow>=10.2.0",