Skip to content

Commit a0e601d

Browse files
Bump astroid to 4.0.0rc0 (#10585)
1 parent 0871a4d commit a0e601d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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>=4.0.0b2,<=4.1.0.dev0",
43+
"astroid>=4.0.0rc0,<=4.1.0.dev0",
4444
"colorama>=0.4.5; sys_platform=='win32'",
4545
"dill>=0.2; python_version<'3.11'",
4646
"dill>=0.3.6; python_version>='3.11'",
@@ -94,7 +94,7 @@ docs = [
9494
# Configuration for the build system
9595
test-min = [
9696
# Base test dependencies
97-
"astroid==4.0.0b2", # Pinned to a specific version for tests
97+
"astroid==4.0.0rc0", # Pinned to a specific version for tests
9898
"py~=1.11.0",
9999
"pytest~=8.4",
100100
"pytest-benchmark~=5.1",

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.0b2 # Pinned to a specific version for tests
3+
astroid==4.0.0rc0 # Pinned to a specific version for tests
44
typing-extensions~=4.15
55
py~=1.11.0
66
pytest~=8.4

0 commit comments

Comments
 (0)