summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-10-19 13:58:45 +0200
committerGitHub <noreply@github.com>2022-10-19 13:58:45 +0200
commit9b0ac710d301e33c6f721850a1848b45f37c01e5 (patch)
treec0229a241f3d154f07aa9af23089a3bd5817202e /requirements_test_min.txt
parent7088409227e826ed8720886252fe05265daa9045 (diff)
downloadpylint-git-9b0ac710d301e33c6f721850a1848b45f37c01e5.tar.gz
Upgrade astroid to 2.12.12 (#7649)
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 49ffc2e4d..2e923159d 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.11 # Pinned to a specific version for tests
+astroid==2.12.12 # Pinned to a specific version for tests
typing-extensions~=4.4
pytest~=7.1
pytest-benchmark~=3.4