summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-10-10 15:17:59 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-10-10 15:21:12 +0200
commite5a42200ad78d35e4250201296ae27fb7a276673 (patch)
tree6215b47c9c301d16dcac39be7a2e8571b2dce31f /pyproject.toml
parent1f75fc99c8613da028cc4c98be734a6ca3f658ee (diff)
parent20af036e38c8cb8c16df4a12307319d6df4bee54 (diff)
downloadpylint-git-e5a42200ad78d35e4250201296ae27fb7a276673.tar.gz
Merge branch 'maintenance/2.15.x' into following 2.15.4 release
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 62cf702e8..729b68251 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
# github actions if you are bumping astroid.
# 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.10,<=2.14.0-dev0",
+ "astroid>=2.12.11,<=2.14.0-dev0",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",