summaryrefslogtreecommitdiff
path: root/pylint/__pkginfo__.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2020-04-27 11:12:49 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2020-04-27 11:12:49 +0200
commitf8be3ba3dd61fae141087359538c731ddd70368a (patch)
tree4c484fcd60c71c27eab18a6343c3d2d9ae7b2967 /pylint/__pkginfo__.py
parent369d952c7e5df010932cf89e528b2f6e9ff08dd6 (diff)
downloadpylint-git-f8be3ba3dd61fae141087359538c731ddd70368a.tar.gz
Revert the use of astroid 2.4 until 2.4 itself is released
Diffstat (limited to 'pylint/__pkginfo__.py')
-rw-r--r--pylint/__pkginfo__.py2
1 files changed, 1 insertions, 1 deletions
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",