Upgrade astroid to 2.6.0-dev0 (#4581)

This commit is contained in:
Pierre Sassoulas 2021-06-16 13:15:52 +02:00 committed by GitHub
parent 7df1f08d37
commit 23c8238430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
-e .
astroid==2.5.8 # Pinned to a specific version for tests
astroid==2.6.0-dev0 # Pinned to a specific version for tests
pytest~=6.2
pytest-benchmark~=3.4

View File

@ -40,7 +40,7 @@ project_urls =
[options]
packages = find:
install_requires =
astroid>=2.5.8,<2.7 # (You should also upgrade requirements_test_min.txt)
astroid>=2.6.0-dev0,<2.7 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1