Skip to content

Commit c2907a9

Browse files
Upgrade astroid to 2.15.8 on 2.17.x branch (#9081)
1 parent aed51a6 commit c2907a9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Fix a regression in pylint 2.17.6 / astroid 2.15.7 causing various
2+
messages for code involving ``TypeVar``.
3+
4+
Closes #9069

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
# Also upgrade requirements_test_min.txt.
4040
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
4141
# see https://github.com/pylint-dev/astroid/issues/1341
42-
"astroid>=2.15.7,<=2.17.0-dev0",
42+
"astroid>=2.15.8,<=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'",

requirements_test_min.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e .[testutils,spelling]
22
# astroid dependency is also defined in pyproject.toml
3-
astroid==2.15.7 # Pinned to a specific version for tests
3+
astroid==2.15.8 # Pinned to a specific version for tests
44
typing-extensions~=4.7
55
py~=1.11.0
66
pytest~=7.2

0 commit comments

Comments
 (0)