From 6b28cd869851d7e3c9f98d01ddda561f8627a034 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 20 Oct 2022 14:59:25 +0200 Subject: [PATCH] Updated dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 59f67fe..d0968af 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,6 @@ setuptools.setup( "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], - install_requires=['rns>=0.3.14'], + install_requires=['rns>=0.3.15'], python_requires='>=3.6', )