Skip to content

Commit

Permalink
Merge #79
Browse files Browse the repository at this point in the history
79: Update astroid to 2.5.8 r=aragilar a=pyup-bot


This PR updates [astroid](https://pypi.org/project/astroid) from **2.5.7** to **2.5.8**.



<details>
  <summary>Changelog</summary>
  
  
   ### 2.5.8
   ```
   ============================
Release Date: 2021-06-07

* Improve support for Pattern Matching

* Add lineno and col_offset for ``Keyword`` nodes and Python 3.9+

* Add global inference cache to speed up inference of long statement blocks

* Add a limit to the total number of nodes inferred indirectly as a result
  of inferring some node
   ```
   
  
</details>


 

<details>
  <summary>Links</summary>
  
  - PyPI: https://pypi.org/project/astroid
  - Changelog: https://pyup.io/changelogs/astroid/
  - Repo: https://github.com/PyCQA/astroid
</details>



Co-authored-by: pyup-bot <github-bot@pyup.io>
  • Loading branch information
bors[bot] and pyup-bot committed Jun 11, 2021
2 parents ec590b3 + 966b9c6 commit 305940a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
astroid==2.5.7
astroid==2.5.8
pylint==2.8.2

0 comments on commit 305940a

Please sign in to comment.