summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-09 13:46:26 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-09 14:09:51 +0200
commit2f7580df215287dbae2ac238edbf10c0e736f072 (patch)
tree4604fa9674286795768a2d38430bf1b75381f7b0 /setup.cfg
parentb42b1f696040334401e8eb5e7b0881f35f2dc35c (diff)
downloadpylint-git-2f7580df215287dbae2ac238edbf10c0e736f072.tar.gz
Upgrade astroid version to 2.11.5
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 b75643e4c..8eadab3a7 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.4,<=2.12.0-dev0
+ astroid>=2.11.5,<=2.12.0-dev0
isort>=4.2.5,<6
mccabe>=0.6,<0.8
tomli>=1.1.0;python_version<"3.11"