summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-04-24 16:30:34 +0200
committerGitHub <noreply@github.com>2021-04-24 16:30:34 +0200
commitc91f7f9fc4247b1071c841131caed9a7b4d9c6d4 (patch)
tree5d79fe31c3cf6414e617769af0fcb20fa71d7a1c /setup.cfg
parentcdeae9cd36f08b1c6289ed9eaaa7ada4be04c538 (diff)
downloadpylint-git-c91f7f9fc4247b1071c841131caed9a7b4d9c6d4.tar.gz
Update astroid to 2.5.4 (#4392)
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 9045c5ba9..6b90a5bab 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -42,7 +42,7 @@ project_urls =
[options]
packages = find:
install_requires =
- astroid>=2.5.3,<2.7
+ astroid>=2.5.4,<2.7
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1