summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-10-10 14:07:37 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-10-10 15:13:15 +0200
commit07f484f4887fab95a15c96e679fc9410a08746cc (patch)
tree0b1301c28cf13f0951ad67f0ea8e52e9d77788de /requirements_test_min.txt
parentfa63d9beb5e0b0e7e93207e7e672d9eac9732d6a (diff)
downloadpylint-git-07f484f4887fab95a15c96e679fc9410a08746cc.tar.gz
Upgrade astroid version following 2.12.11 release
Diffstat (limited to 'requirements_test_min.txt')
-rw-r--r--requirements_test_min.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index 3c917bd87..6b2dcdf2a 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,7 +1,7 @@
-e .[testutils,spelling]
# astroid dependency is also defined in pyproject.toml
# You need to increment the CACHE_VERSION in github actions too
-astroid==2.12.10 # Pinned to a specific version for tests
+astroid==2.12.11 # Pinned to a specific version for tests
typing-extensions~=4.3
pytest~=7.1
pytest-benchmark~=3.4