summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-07 21:33:00 +0100
committerGitHub <noreply@github.com>2023-03-07 21:33:00 +0100
commit9c4fbedb368d87c383f86ece309a2473e6b1e68a (patch)
tree013ee7b74b47620a2adb3d050f6ce6db2024bc26 /requirements_test_min.txt
parent30e1759d51d54641e834d95cd1960f4d4dc9e7e9 (diff)
downloadpylint-git-9c4fbedb368d87c383f86ece309a2473e6b1e68a.tar.gz
Upgrade to astroid 2.15.0 (#8387)
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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index 7328b2bf8..d3a76f096 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.14.2 # Pinned to a specific version for tests
+astroid==2.15.0 # Pinned to a specific version for tests
typing-extensions~=4.5
py~=1.11.0
pytest~=7.2