summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-06-13 11:38:21 -0400
committerGitHub <noreply@github.com>2022-06-13 17:38:21 +0200
commit258a5e96cceadfb80a96f54d6c7d83327d048eab (patch)
treeeaa556369d3fb2ab650970b63c69c4585171e3a8 /setup.cfg
parentb524db8311cc0d622ddedc75b19c37fbbe14e535 (diff)
downloadpylint-git-258a5e96cceadfb80a96f54d6c7d83327d048eab.tar.gz
Add regression test for #6895 (#6898)
* Upgrade astroid to 2.11.6 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
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 5cbc86df7..ebe3815fe 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -47,7 +47,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.11.5,<=2.12.0-dev0
+ astroid>=2.11.6,<=2.12.0-dev0
isort>=4.2.5,<6
mccabe>=0.6,<0.8
tomli>=1.1.0;python_version<"3.11"