summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-10-07 14:10:06 +0200
committerGitHub <noreply@github.com>2021-10-07 14:10:06 +0200
commitc4b54416d985da0dd7292de491874fcffcd7c375 (patch)
tree3e772f5dc0ab08b536a404edae1d6b8da7828ea1 /setup.cfg
parent9fa7d5906e5f04a566e8017e9406ee358f3df105 (diff)
downloadpylint-git-c4b54416d985da0dd7292de491874fcffcd7c375.tar.gz
Update astroid to 2.8.2 (#5126)
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 7556523dc..1a2f14599 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -44,7 +44,7 @@ project_urls =
packages = find:
install_requires =
platformdirs>=2.2.0
- astroid>=2.8.0,<2.9 # (You should also upgrade requirements_test_min.txt)
+ astroid>=2.8.2,<2.9 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.9.2