summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-07 21:33:00 +0100
committerGitHub <noreply@github.com>2023-03-07 21:33:00 +0100
commit9c4fbedb368d87c383f86ece309a2473e6b1e68a (patch)
tree013ee7b74b47620a2adb3d050f6ce6db2024bc26 /pyproject.toml
parent30e1759d51d54641e834d95cd1960f4d4dc9e7e9 (diff)
downloadpylint-git-9c4fbedb368d87c383f86ece309a2473e6b1e68a.tar.gz
Upgrade to astroid 2.15.0 (#8387)
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
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 1c8a915ac..333d2856e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,7 +39,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/PyCQA/astroid/issues/1341
- "astroid>=2.14.2,<=2.16.0-dev0",
+ "astroid>=2.15.0,<=2.17.0-dev0",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",