summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-08-25 15:18:43 +0200
committerGitHub <noreply@github.com>2022-08-25 09:18:43 -0400
commitd200f81ecc62a84e88c0cd1345b8705fdb8548cc (patch)
tree24d59d3215b51d3046f9d433b8e5dc8ce80f7524 /pyproject.toml
parent32116ae72cff8cec0d57160c6505a1c6ec43fc7e (diff)
downloadpylint-git-d200f81ecc62a84e88c0cd1345b8705fdb8548cc.tar.gz
Upgrade astroid version following 2.12.4 release (#7356)
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 2d7a9ecde..4870201f5 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.3,<=2.14.0-dev0",
+ "astroid>=2.12.4,<=2.14.0-dev0",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",