summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-29 18:27:06 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-29 19:40:23 +0200
commitfed98574f909bb34cff32b63db4e93d5271cee32 (patch)
treede990970de18346e920885607923a1cd92f6ae22 /setup.cfg
parentdf5c3fcf2557bda0b8202ddd2aeb359bcbd0d994 (diff)
downloadpylint-git-fed98574f909bb34cff32b63db4e93d5271cee32.tar.gz
Upgrade astroid to 2.6.1
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 35d960c6f..7265d707d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -41,7 +41,7 @@ project_urls =
[options]
packages = find:
install_requires =
- astroid>=2.6.0,<2.7 # (You should also upgrade requirements_test_min.txt)
+ astroid>=2.6.1,<2.7 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1