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 @@ -38,8 +38,8 @@ dependencies = [
3838 " platformdirs>=2.2.0" ,
3939 # Also upgrade requirements_test_min.txt.
4040 # Pinned to dev of second minor update to allow editable installs and fix primer issues,
41- # see https://github.com/PyCQA /astroid/issues/1341
42- " astroid>=2.15.0 ,<=2.17.0-dev0" ,
41+ # see https://github.com/pylint-dev /astroid/issues/1341
42+ " astroid>=2.15.2 ,<=2.17.0-dev0" ,
4343 " isort>=4.2.5,<6" ,
4444 " mccabe>=0.6,<0.8" ,
4545 " tomli>=1.1.0;python_version<'3.11'" ,
Original file line number Diff line number Diff line change 11-e .[testutils,spelling]
22# astroid dependency is also defined in pyproject.toml
3- astroid==2.15.0 # Pinned to a specific version for tests
3+ astroid==2.15.2 # Pinned to a specific version for tests
44typing-extensions~=4.5
55py~=1.11.0
66pytest~=7.2
You can’t perform that action at this time.
0 commit comments