File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies = [
39
39
# Also upgrade requirements_test_min.txt.
40
40
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
41
41
# see https://github.com/pylint-dev/astroid/issues/1341
42
- " astroid @ git+https://github.com/pylint-dev/astroid.git@a7ab0880dea776e45c4c7e440298c4041d945e6d " ,
42
+ " astroid>=3.0.0a7,<=3.1.0-dev0 " ,
43
43
" isort>=4.2.5,<6" ,
44
44
" mccabe>=0.6,<0.8" ,
45
45
" tomli>=1.1.0;python_version<'3.11'" ,
Original file line number Diff line number Diff line change 1
1
-e .[testutils,spelling]
2
2
# astroid dependency is also defined in pyproject.toml
3
- astroid @ git+https://github.com/pylint-dev/astroid.git@a7ab0880dea776e45c4c7e440298c4041d945e6d
3
+ astroid==3.0.0a7 # Pinned to a specific version for tests
4
4
typing-extensions~=4.7
5
5
py~=1.11.0
6
6
pytest~=7.4
You can’t perform that action at this time.
0 commit comments