diff --git a/setup.py b/setup.py index 2e0e1fb..e64d50c 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def read(fname): ], }, install_requires=[ - "astroid<=2.4.2", + "astroid>=2.5.7", "docutils", "pylint", # for `pyreverse` "sphinx",