Skip to content

Commit c9c768e

Browse files
Bump astroid to 3.2.4 (#9816)
1 parent 6236b91 commit c9c768e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
# Also upgrade requirements_test_min.txt.
4141
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
4242
# see https://github.com/pylint-dev/astroid/issues/1341
43-
"astroid>=3.2.3,<=3.3.0-dev0",
43+
"astroid>=3.2.4,<=3.3.0-dev0",
4444
"isort>=4.2.5,<6,!=5.13.0",
4545
"mccabe>=0.6,<0.8",
4646
"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.3 # Pinned to a specific version for tests
3+
astroid==3.2.4 # Pinned to a specific version for tests
44
typing-extensions~=4.12
55
py~=1.11.0
66
pytest~=8.2

0 commit comments

Comments
 (0)