summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-09-17 18:58:30 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-09-19 16:19:58 +0200
commit38e278401a66218fba26308fbce56740761a2003 (patch)
tree7b99eb954ff039bc0ecf881858ddbc002cb05e83 /requirements_test_min.txt
parentf5e168e867799013fb380aa9fe8a0c1516a651c8 (diff)
downloadpylint-git-38e278401a66218fba26308fbce56740761a2003.tar.gz
Bump astroid to 2.12.10
Diffstat (limited to 'requirements_test_min.txt')
-rw-r--r--requirements_test_min.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index 800d85755..3c917bd87 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,6 +1,7 @@
-e .[testutils,spelling]
# astroid dependency is also defined in pyproject.toml
-astroid==2.12.9 # Pinned to a specific version for tests
+# You need to increment the CACHE_VERSION in github actions too
+astroid==2.12.10 # Pinned to a specific version for tests
typing-extensions~=4.3
pytest~=7.1
pytest-benchmark~=3.4