summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-04-03 12:49:46 +0200
committerGitHub <noreply@github.com>2023-04-03 12:49:46 +0200
commit08742dbea32edc54aa27dbcbaecdf3532a8e15ae (patch)
tree548dbedaac0eb49332a71b04f135359dd89639bb /pyproject.toml
parent1fa16c2d8a7e97223541069731d28896f651b1ab (diff)
downloadpylint-git-08742dbea32edc54aa27dbcbaecdf3532a8e15ae.tar.gz
Upgrade astroid to 2.15.2 (#8530)
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 848403f88..304d4f6db 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -40,7 +40,7 @@ dependencies = [
# Also upgrade requirements_test_min.txt.
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
# see https://github.com/pylint-dev/astroid/issues/1341
- "astroid>=2.15.1,<=2.17.0-dev0",
+ "astroid>=2.15.2,<=2.17.0-dev0",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",