summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-10-10 14:07:37 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-10-10 15:13:15 +0200
commit07f484f4887fab95a15c96e679fc9410a08746cc (patch)
tree0b1301c28cf13f0951ad67f0ea8e52e9d77788de /pyproject.toml
parentfa63d9beb5e0b0e7e93207e7e672d9eac9732d6a (diff)
downloadpylint-git-07f484f4887fab95a15c96e679fc9410a08746cc.tar.gz
Upgrade astroid version following 2.12.11 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 5950fdffd..b6a494af8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,7 +38,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'",