Skip to content

Commit e97a975

Browse files
committed
Bump astroid version to 2.5.2
1 parent 107e3c0 commit e97a975

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ Release date: TBA
2727
..
2828
Put bug fixes that will be cherry-picked to latest major version here
2929

30+
* Bump ``astroid`` version to ``2.5.2``
31+
3032
* Fix false positive for ``method-hidden`` when using private attribute and method
3133

3234
Closes #3936
35+
3336
* ``use-symbolic-message-instead`` now also works on legacy messages like ``C0111`` (``missing-docstring``).
3437

3538
* Remove unwanted print to stdout from ``_emit_no_member``

pylint/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
version += "-dev" + str(dev_version)
4040

4141
install_requires = [
42-
"astroid>=2.5.1,<2.7",
42+
"astroid>=2.5.2,<2.7",
4343
"isort>=4.2.5,<6",
4444
"mccabe>=0.6,<0.7",
4545
"toml>=0.7.1",

requirements_test_min.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
astroid==2.5.1
1+
astroid==2.5.2
22
pytest~=6.2
33
pytest-benchmark~=3.2

0 commit comments

Comments
 (0)