summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
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 /requirements_test_min.txt
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 'requirements_test_min.txt')
-rw-r--r--requirements_test_min.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index d905879aa..18f27d5ed 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,6 +1,6 @@
-e .[testutils,spelling]
-# astroid dependency is also defined in setup.cfg
-astroid==2.11.6 # Pinned to a specific version for tests
+# astroid dependency is also defined in pyproject.toml
+astroid==2.12.2 # Pinned to a specific version for tests
typing-extensions~=4.3
pytest~=7.1
pytest-benchmark~=3.4