summaryrefslogtreecommitdiff
path: root/pyproject.toml
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 /pyproject.toml
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 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 88733b5e3..98514b23e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,7 +39,7 @@ dependencies = [
# Also upgrade requirements_test_min.txt.
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
# see https://github.com/PyCQA/astroid/issues/1341
- "astroid>=2.12.13,<=2.14.0-dev0",
+ "astroid>=2.12.14,<=2.14.0-dev0",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",