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 = [
40
40
# Also upgrade requirements_test_min.txt.
41
41
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
42
42
# 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" ,
44
44
" colorama>=0.4.5; sys_platform=='win32'" ,
45
45
" dill>=0.2; python_version<'3.11'" ,
46
46
" dill>=0.3.6; python_version>='3.11'" ,
@@ -94,7 +94,7 @@ docs = [
94
94
# Configuration for the build system
95
95
test-min = [
96
96
# 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
98
98
" py~=1.11.0" ,
99
99
" pytest~=8.4" ,
100
100
" pytest-benchmark~=5.1" ,
Original file line number Diff line number Diff line change 1
1
.[testutils,spelling]
2
2
# 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
4
4
typing-extensions~=4.15
5
5
py~=1.11.0
6
6
pytest~=8.4
You can’t perform that action at this time.
0 commit comments