File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff 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``
Original file line number Diff line number Diff line change 3939 version += "-dev" + str (dev_version )
4040
4141install_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" ,
Original file line number Diff line number Diff line change 1- astroid==2.5.1
1+ astroid==2.5.2
22pytest~=6.2
33pytest-benchmark~=3.2
You can’t perform that action at this time.
0 commit comments