summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-24 14:48:18 +0000
committerGitHub <noreply@github.com>2023-04-24 14:48:18 +0000
commita83137da3d72990d41ae993128fdde297cbc36cf (patch)
tree9d2999c2cbcbb9572ecdeeb41642dc9d14b8567b /requirements_test_min.txt
parent044cafcd27e66e84e699ff68a414ce9f0c3a3bb6 (diff)
downloadpylint-git-a83137da3d72990d41ae993128fdde297cbc36cf.tar.gz
Upgrade astroid to 2.15.4 (#8615)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.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 5592bc7e7..8d466c3ad 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.3 # Pinned to a specific version for tests
+astroid==2.15.4 # Pinned to a specific version for tests
typing-extensions~=4.5
py~=1.11.0
pytest~=7.3