summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-08-23 21:45:45 +0200
committerGitHub <noreply@github.com>2022-08-23 21:45:45 +0200
commitdcd2b17f34700ed5acd56a2d100c4c2c95ce9efa (patch)
tree28edf536a9d345552df314082b56a02d7296e5ea /pyproject.toml
parentc18c9a7de1154cdf9867fe830efc8e20c71e5634 (diff)
downloadpylint-git-dcd2b17f34700ed5acd56a2d100c4c2c95ce9efa.tar.gz
Upgrade astroid version following 2.12.3 release (#7344)
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 3980af33c..2d7a9ecde 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.2,<=2.14.0-dev0",
+ "astroid>=2.12.3,<=2.14.0-dev0",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",