summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-21 08:51:24 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-21 09:21:45 +0200
commitfc73e70828488152d970a71847928fe1c568e4e3 (patch)
treedba3fef7b10ca28a9aeae1a857ea1ea585bceb05 /setup.cfg
parenta2c166cf5fc334c9011422340b9d9d1a575a2a25 (diff)
downloadpylint-git-fc73e70828488152d970a71847928fe1c568e4e3.tar.gz
Upgrade astroid to 2.6.5
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 8cf8922b4..62a3fd7a5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -42,7 +42,7 @@ project_urls =
[options]
packages = find:
install_requires =
- astroid>=2.6.4,<2.7 # (You should also upgrade requirements_test_min.txt)
+ astroid>=2.6.5,<2.7 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1