From ed0f23a64954423b1dc743fb52d6e24349f459f6 Mon Sep 17 00:00:00 2001 From: Virtuti Militari Date: Mon, 4 Dec 2023 14:40:53 +0100 Subject: [PATCH] bump legendary to 0.20.33 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 48bd2e14..a20516ec 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as fh: requirements = [ "requests<3.0", - "legendary-gl==0.20.32", + "legendary-gl==0.20.33", "setuptools", "wheel", "PyQt5",