summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-04-10 17:01:15 +0200
committerGitHub <noreply@github.com>2021-04-10 17:01:15 +0200
commit078ebeab91722ed55a9ee49d0c2fbd9fd425421c (patch)
tree910ccfd00d2c89230afd02f1eeaef363780d9b26 /setup.cfg
parentac02be7686bd928729f843e08421fb63e1c38d4b (diff)
downloadpylint-git-078ebeab91722ed55a9ee49d0c2fbd9fd425421c.tar.gz
Update ``astroid`` to 2.5.3 (#4334)
* Add test case for typing.Generic with ABCMeta
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 186dbdb57..8bc835731 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -42,7 +42,7 @@ project_urls =
[options]
packages = find:
install_requires =
- astroid>=2.5.2,<2.7
+ astroid>=2.5.3,<2.7
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1