From 089f510623e468c60b2f44365fec3db942591d3d Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Mon, 27 Apr 2020 11:49:52 +0200 Subject: Pylint 2.5.0 requires astroid 2.4+ to work correctly --- pylint/__pkginfo__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index aa8b55c83..9cc235a55 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -36,7 +36,7 @@ if dev_version is not None: version += "-dev" + str(dev_version) install_requires = [ - "astroid>=2.3.0,<=2.5", + "astroid>=2.4.0,<=2.5", "isort>=4.2.5,<5", "mccabe>=0.6,<0.7", "toml>=0.7.1", -- cgit v1.2.1