Skip to content

Commit 1241c7f

Browse files
jacobtylerwallstemyurchenko
authored andcommitted
Bump astroid to 4.0.0-a0
1 parent d827911 commit 1241c7f

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
@@ -39,7 +39,7 @@ dependencies = [
3939
# Also upgrade requirements_test_min.txt.
4040
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
4141
# see https://github.com/pylint-dev/astroid/issues/1341
42-
"astroid>=3.3.8,<=4.0.0.dev0",
42+
"astroid>=4.0.0a0,<=4.1.0.dev0",
4343
"colorama>=0.4.5; sys_platform=='win32'",
4444
"dill>=0.2; python_version<'3.11'",
4545
"dill>=0.3.6; 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.3.8 # Pinned to a specific version for tests
3+
astroid==4.0.0-a0 # Pinned to a specific version for tests
44
typing-extensions~=4.12
55
py~=1.11.0
66
pytest~=8.3

0 commit comments

Comments
 (0)