summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-09-06 12:44:37 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-09-06 23:33:59 +0200
commita21af6a7971f70a8cbd5e89acce213c17c75e813 (patch)
tree59447bcff6a246ed16e87f078b9b5c839aa16886 /pyproject.toml
parentb04722031eef4e9c05c4bdb5a253a8131d2d5fa8 (diff)
downloadpylint-git-a21af6a7971f70a8cbd5e89acce213c17c75e813.tar.gz
Upgrade astroid version following 2.12.8 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 4870201f5..7650c7f11 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -37,7 +37,7 @@ dependencies = [
# Also upgrade requirements_test_min.txt 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.4,<=2.14.0-dev0",
+ "astroid>=2.12.8,<=2.14.0-dev0",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",