summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-03-12 13:23:52 +0100
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-03-12 13:59:07 +0100
commit11807f0ae07af4d11a2ac8f9edbaa79558741cba (patch)
treefa7e2d3f9233a6488503bd83864038974baf4963 /setup.cfg
parent6fd52958b1d6bb293e5cd3e857365d541d9a9fca (diff)
downloadpylint-git-11807f0ae07af4d11a2ac8f9edbaa79558741cba.tar.gz
Update ``astroid`` requirement to 2.11.0
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 71462cb10..31de3b711 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -48,7 +48,7 @@ install_requires =
# Also upgrade requirements_test_min.txt if you are bumping astroid.
# Pinned to dev of next minor update to allow editable installs,
# see https://github.com/PyCQA/astroid/issues/1341
- astroid>=2.9.2,<=2.10.0-dev0
+ astroid>=2.11.0,<=2.12.0-dev0
isort>=4.2.5,<6
mccabe>=0.6,<0.8
tomli>=1.1.0;python_version<"3.11"