summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-10-19 13:58:45 +0200
committerGitHub <noreply@github.com>2022-10-19 13:58:45 +0200
commit9b0ac710d301e33c6f721850a1848b45f37c01e5 (patch)
treec0229a241f3d154f07aa9af23089a3bd5817202e /pyproject.toml
parent7088409227e826ed8720886252fe05265daa9045 (diff)
downloadpylint-git-9b0ac710d301e33c6f721850a1848b45f37c01e5.tar.gz
Upgrade astroid to 2.12.12 (#7649)
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 729b68251..fd333779f 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.11,<=2.14.0-dev0",
+ "astroid>=2.12.12,<=2.14.0-dev0",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",