From 4d48682feacd4ea0c690bb7895120e70de8f9d70 Mon Sep 17 00:00:00 2001 From: Vincent Michel Date: Fri, 30 Jul 2021 16:31:30 +0200 Subject: [PATCH] Bump qtrio and attrs --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 91c21fb35f9..bbb81c1534d 100644 --- a/setup.py +++ b/setup.py @@ -272,7 +272,7 @@ def run(self): requirements = [ - "attrs==19.2.0", + "attrs==21.2.0", "click==7.1.2", "msgpack==0.6.0", "wsproto==1.0.0", @@ -318,7 +318,7 @@ def run(self): ] -PYQT_DEPS = ["PyQt5==5.15.2", "pyqt5-sip==12.8.1", "qtrio==0.4.2"] +PYQT_DEPS = ["PyQt5==5.15.2", "pyqt5-sip==12.8.1", "qtrio==0.5.0"] GUI_DEPS = [*PYQT_DEPS, "qrcode==6.1"] BABEL_DEP = "Babel==2.6.0" WHEEL_DEP = "wheel==0.34.2"