summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-07 20:38:27 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-07 21:19:33 +0200
commit9eac6a303f0cdc40510e6eb56e356d1df6d6631e (patch)
tree570d64fcd0499e3f785d4794e40fd42738005de9 /setup.cfg
parent3ca2b2580fa27324c45ccbb968de06fe4b15a994 (diff)
downloadpylint-git-9eac6a303f0cdc40510e6eb56e356d1df6d6631e.tar.gz
Upgrade to astroid 2.5.8
Closes #4524
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 bce20c1c7..f6cb7ad65 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -40,7 +40,7 @@ project_urls =
[options]
packages = find:
install_requires =
- astroid>=2.5.7,<2.7
+ astroid>=2.5.8,<2.7
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1