Skip to content

Commit

Permalink
Bump astroid version to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored and Pierre-Sassoulas committed Mar 28, 2021
1 parent 7905ec1 commit 95daeca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ Release date: TBA
..
Put bug fixes that will be cherry-picked to latest major version here

* Bump ``astroid`` version to ``2.5.2``

* Fix false positive for ``method-hidden`` when using private attribute and method

Closes #3936

* ``use-symbolic-message-instead`` now also works on legacy messages like ``C0111`` (``missing-docstring``).

* Remove unwanted print to stdout from ``_emit_no_member``
Expand Down
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
version += "-dev" + str(dev_version)

install_requires = [
"astroid>=2.5.1,<2.7",
"astroid>=2.5.2,<2.7",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.7",
"toml>=0.7.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_min.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
astroid==2.5.1
astroid==2.5.2
pytest~=6.2
pytest-benchmark~=3.2

0 comments on commit 95daeca

Please sign in to comment.