From d0f9397c7ce747cae5b3c33220e6522b3a50d4b1 Mon Sep 17 00:00:00 2001 From: Marco Eilers Date: Wed, 23 Oct 2024 22:36:44 +0200 Subject: [PATCH] Updated dependencies for Python 3.11 --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2d866040..2922c952 100644 --- a/setup.py +++ b/setup.py @@ -24,9 +24,10 @@ 'distribute', ], install_requires=[ - 'mypy==0.782', + 'mypy==0.900', + 'typed-ast==1.5.4', 'toposort==1.5', - 'jpype1==1.4.0', + 'jpype1==1.4.1', 'astunparse==1.6.2', 'pytest==7.0.0', 'z3-solver==4.8.7.0'