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
27
27
..
28
28
Put bug fixes that will be cherry-picked to latest major version here
29
29
30
+ * Bump ``astroid`` version to ``2.5.2``
31
+
30
32
* Fix false positive for ``method-hidden`` when using private attribute and method
31
33
32
34
Closes #3936
35
+
33
36
* ``use-symbolic-message-instead`` now also works on legacy messages like ``C0111`` (``missing-docstring``).
34
37
35
38
* Remove unwanted print to stdout from ``_emit_no_member``
Original file line number Diff line number Diff line change 39
39
version += "-dev" + str (dev_version )
40
40
41
41
install_requires = [
42
- "astroid>=2.5.1 ,<2.7" ,
42
+ "astroid>=2.5.2 ,<2.7" ,
43
43
"isort>=4.2.5,<6" ,
44
44
"mccabe>=0.6,<0.7" ,
45
45
"toml>=0.7.1" ,
Original file line number Diff line number Diff line change 1
- astroid==2.5.1
1
+ astroid==2.5.2
2
2
pytest~=6.2
3
3
pytest-benchmark~=3.2
You can’t perform that action at this time.
0 commit comments