summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-04-25 18:57:51 +0200
committerGitHub <noreply@github.com>2023-04-25 18:57:51 +0200
commit1c66e4dd404cf368f8b89fd221e632ca11a07ded (patch)
treef3698a305b66a04b9eb1bd9553553bf031b80e05 /pyproject.toml
parent9d629b816eb0f13cd44929b7baa9110b53b0251c (diff)
downloadpylint-git-1c66e4dd404cf368f8b89fd221e632ca11a07ded.tar.gz
Bump astroid to 3.0.0a1 (#8626)
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 23da88675..df8f790e3 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/pylint-dev/astroid/issues/1341
- "astroid>=2.15.4,<=2.17.0-dev0",
+ "astroid>=3.0.0a1,<=3.1.0-dev0",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",