summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-11-21 19:45:17 +0100
committerGitHub <noreply@github.com>2021-11-21 19:45:17 +0100
commit079805b0f9d0324d1731595c0c6f8f36e5a999f4 (patch)
tree4f5075bb5fb9bddac8697cc900b51ca651996baf /setup.cfg
parent3455dc2bf9c436e6961fe74f04d03eb08e4bdb99 (diff)
downloadpylint-git-079805b0f9d0324d1731595c0c6f8f36e5a999f4.tar.gz
Upgrade astroid to 2.9.0 (#5355)
* Upgrade astroid to 2.9.0 * Fix slice index col_offset
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 c19718df0..18f7da882 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -44,7 +44,7 @@ project_urls =
packages = find:
install_requires =
platformdirs>=2.2.0
- astroid>=2.8.5,<2.9 # (You should also upgrade requirements_test_min.txt)
+ astroid>=2.9.0,<2.10 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.9.2