Skip to content

Commit d1d734b

Browse files
Bump astroid to 3.2.1
1 parent 7b0966e commit d1d734b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

doc/whatsnew/fragments/9139.internal

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Update astroid version to 3.2.1. This solves some reports of ``RecursionError``
2+
and also makes the *prefer .pyi stubs* feature in astroid 3.2.0 *opt-in*
3+
with the aforementioned ``--prefer-stubs`` flag.
4+
5+
Refs #9139

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
# Also upgrade requirements_test_min.txt.
4242
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
4343
# see https://github.com/pylint-dev/astroid/issues/1341
44-
"astroid>=3.2.0,<=3.3.0-dev0",
44+
"astroid>=3.2.1,<=3.3.0-dev0",
4545
"isort>=4.2.5,<6,!=5.13.0",
4646
"mccabe>=0.6,<0.8",
4747
"tomli>=1.1.0;python_version<'3.11'",

requirements_test_min.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.[testutils,spelling]
22
# astroid dependency is also defined in pyproject.toml
3-
astroid==3.2.0 # Pinned to a specific version for tests
3+
astroid==3.2.1 # Pinned to a specific version for tests
44
typing-extensions~=4.11
55
py~=1.11.0
66
pytest~=7.4

0 commit comments

Comments
 (0)