summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authorJames Addison <55152140+jayaddison@users.noreply.github.com>2023-01-07 11:53:20 +0000
committerGitHub <noreply@github.com>2023-01-07 12:53:20 +0100
commit89a20e2ccdb2927ac370f7c6663fc83318988e10 (patch)
treeab03368654e560fb76eb977dac31d90f32bb0bdc /requirements_test_min.txt
parent56121344f6c9c223d8e4477c0cdb58c46c840b4b (diff)
downloadpylint-git-89a20e2ccdb2927ac370f7c6663fc83318988e10.tar.gz
Add new check "pointless-exception-statement" (#7939)
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 c4099a797..391f47858 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.12.13 # Pinned to a specific version for tests
+astroid==2.12.14 # Pinned to a specific version for tests
typing-extensions~=4.4
py~=1.11.0
pytest~=7.2