summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-01-13 10:36:49 +0100
committerGitHub <noreply@github.com>2023-01-13 10:36:49 +0100
commitbb90b1940ad4064135e28b2c6d38d9a37ca9c5f9 (patch)
tree7c4ef8a172139e70f9396ab980bca9adf3489294 /pyproject.toml
parent4481ce2d8c20b903a99c167ae841d29acf3ce0f9 (diff)
downloadpylint-git-bb90b1940ad4064135e28b2c6d38d9a37ca9c5f9.tar.gz
Upgrade astroid to 2.13.2 (#8030)
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 98514b23e..c8e7a26b6 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.14,<=2.14.0-dev0",
+ "astroid>=2.13.2,<=2.15.0-dev0",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",