summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-05-29 22:47:53 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-05-29 23:27:45 +0200
commit47a01456236ee22bb2fb776d24e55a2952b566d3 (patch)
treea31ee7ee23d037b4554b21a4414101854d43f97f /setup.cfg
parent4f8ab69bd4b657ef2db9d62d5f6ca4be4db635ad (diff)
downloadpylint-git-47a01456236ee22bb2fb776d24e55a2952b566d3.tar.gz
Require astroid 2.5.7
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 86c42a36a..bce20c1c7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -40,7 +40,7 @@ project_urls =
[options]
packages = find:
install_requires =
- astroid>=2.5.6,<2.7
+ astroid>=2.5.7,<2.7
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1