summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-04-25 18:57:51 +0200
committerGitHub <noreply@github.com>2023-04-25 18:57:51 +0200
commit1c66e4dd404cf368f8b89fd221e632ca11a07ded (patch)
treef3698a305b66a04b9eb1bd9553553bf031b80e05 /requirements_test_min.txt
parent9d629b816eb0f13cd44929b7baa9110b53b0251c (diff)
downloadpylint-git-1c66e4dd404cf368f8b89fd221e632ca11a07ded.tar.gz
Bump astroid to 3.0.0a1 (#8626)
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 8d466c3ad..441336291 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,6 +1,6 @@
-e .[testutils,spelling]
# astroid dependency is also defined in pyproject.toml
-astroid==2.15.4 # Pinned to a specific version for tests
+astroid==3.0.0a1 # Pinned to a specific version for tests
typing-extensions~=4.5
py~=1.11.0
pytest~=7.3