Skip to content

Commit 98eb21b

Browse files
Bump astroid to 4.0.0b0 (#10466)
1 parent a41aa0c commit 98eb21b

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

0 commit comments

Comments
 (0)