We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83bed57 commit 089f510Copy full SHA for 089f510
pylint/__pkginfo__.py
@@ -36,7 +36,7 @@
36
version += "-dev" + str(dev_version)
37
38
install_requires = [
39
- "astroid>=2.3.0,<=2.5",
+ "astroid>=2.4.0,<=2.5",
40
"isort>=4.2.5,<5",
41
"mccabe>=0.6,<0.7",
42
"toml>=0.7.1",
0 commit comments