summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-19 21:28:06 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-19 21:36:29 +0200
commit3a6f08e4a1155e5098c3bec2d779cb3e654a1b11 (patch)
treee642f5cd3fc03ec62a89e793c1c536dfb6109513 /setup.cfg
parent4357e8200f545bdce5e9462893b255064f52631e (diff)
downloadpylint-git-3a6f08e4a1155e5098c3bec2d779cb3e654a1b11.tar.gz
Upgrade astroid to 2.6.3
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 d21be24d0..1ce9ef257 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -42,7 +42,7 @@ project_urls =
[options]
packages = find:
install_requires =
- astroid>=2.6.2,<2.7 # (You should also upgrade requirements_test_min.txt)
+ astroid>=2.6.3,<2.7 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1