File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
9595test-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" ,
Original file line number Diff line number Diff line change 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
44typing-extensions~=4.15
55py~=1.11.0
66pytest~=8.4
You can’t perform that action at this time.
0 commit comments