Upgrade astroid to 2.15.2 (#8530)

This commit is contained in:
Pierre Sassoulas 2023-04-03 12:49:46 +02:00 committed by GitHub
parent 1fa16c2d8a
commit 08742dbea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ dependencies = [
# Also upgrade requirements_test_min.txt.
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
# see https://github.com/pylint-dev/astroid/issues/1341
"astroid>=2.15.1,<=2.17.0-dev0",
"astroid>=2.15.2,<=2.17.0-dev0",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",

View File

@ -1,6 +1,6 @@
-e .[testutils,spelling]
# astroid dependency is also defined in pyproject.toml
astroid==2.15.1 # Pinned to a specific version for tests
astroid==2.15.2 # Pinned to a specific version for tests
typing-extensions~=4.5
py~=1.11.0
pytest~=7.2