summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-07-13 08:08:11 -0400
committerGitHub <noreply@github.com>2022-07-13 08:08:11 -0400
commit460a0c70d77a4fa600f653c9f4046595e8448888 (patch)
treec075fe390d8dfcdce5d4fb779fb81e0beedf2548 /pyproject.toml
parent322f7c0fd53e28bfa45ecf34c9408991db908879 (diff)
downloadpylint-git-460a0c70d77a4fa600f653c9f4046595e8448888.tar.gz
Update `astroid` to 2.12 (#7153)
Prevent `unused-import` for `six.with_metaclass` Update `contributors-txt` to 0.9.0 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c2f041cf3..b5ed6a13b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,9 +35,9 @@ dependencies = [
"dill>=0.2",
"platformdirs>=2.2.0",
# Also upgrade requirements_test_min.txt if you are bumping astroid.
- # Pinned to dev of next minor update to allow editable installs,
+ # Pinned to dev of second minor update to allow editable installs and fix primer issues,
# see https://github.com/PyCQA/astroid/issues/1341
- "astroid>=2.11.6,<=2.12.0-dev0",
+ "astroid>=2.12.2,<=2.14.0-dev0",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",