From f8be3ba3dd61fae141087359538c731ddd70368a Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Mon, 27 Apr 2020 11:12:49 +0200 Subject: Revert the use of astroid 2.4 until 2.4 itself is released --- pylint/__pkginfo__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylint/__pkginfo__.py') diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index 9cc235a55..aa8b55c83 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.4.0,<=2.5", + "astroid>=2.3.0,<=2.5", "isort>=4.2.5,<5", "mccabe>=0.6,<0.7", "toml>=0.7.1", -- cgit v1.2.1