summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-15 21:31:05 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-16 19:01:54 +0200
commit7cb4d31e3c908ab18d55c2846962aa67d0bbcb8c (patch)
tree6da968f23eeac7a9350680aa4c38326202f0c52e /setup.cfg
parentd277a4fca12e5e72ac439c410e8dfbaddccdfcc1 (diff)
downloadpylint-git-7cb4d31e3c908ab18d55c2846962aa67d0bbcb8c.tar.gz
Upgrade astroid to 2.7.0
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 46c1a5325..322d85ea3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -43,7 +43,7 @@ project_urls =
packages = find:
install_requires =
appdirs>=1.4.0
- astroid>=2.6.6,<2.7 # (You should also upgrade requirements_test_min.txt)
+ astroid>=2.7.0,<2.8 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1