We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8197144 commit c1d58e7Copy full SHA for c1d58e7
pylint/__pkginfo__.py
@@ -40,7 +40,7 @@
40
version += "-dev" + str(dev_version)
41
42
install_requires = [
43
- "astroid>=2.4.0,<=2.5",
+ "astroid>=2.4.0,<2.5",
44
"isort>=4.2.5,<6",
45
"mccabe>=0.6,<0.7",
46
"toml>=0.7.1",
0 commit comments