summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-04-25 20:42:57 +0200
committerGitHub <noreply@github.com>2023-04-25 20:42:57 +0200
commite2d6c4db610be73ccaa89c9c40509da8b11854ab (patch)
treec034ce6493bcb8f11573238aa1211e5c20478958
parent1c66e4dd404cf368f8b89fd221e632ca11a07ded (diff)
downloadpylint-git-e2d6c4db610be73ccaa89c9c40509da8b11854ab.tar.gz
Bump astroid to 3.0.0a2 (#8627)
-rw-r--r--pyproject.toml2
-rw-r--r--requirements_test_min.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index df8f790e3..59e4ccb1c 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>=3.0.0a1,<=3.1.0-dev0",
+ "astroid>=3.0.0a2,<=3.1.0-dev0",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index 441336291..834fc88f8 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,6 +1,6 @@
-e .[testutils,spelling]
# astroid dependency is also defined in pyproject.toml
-astroid==3.0.0a1 # Pinned to a specific version for tests
+astroid==3.0.0a2 # Pinned to a specific version for tests
typing-extensions~=4.5
py~=1.11.0
pytest~=7.3