Skip to content

Commit

Permalink
Merge #125
Browse files Browse the repository at this point in the history
125: Update setuptools to 46.4.0 r=duckinator a=pyup-bot


This PR updates [setuptools](https://pypi.org/project/setuptools) from **46.3.1** to **46.4.0**.



<details>
  <summary>Changelog</summary>
  
  
   ### 46.4.0
   ```
   -------

* 1753: ``attr:`` now extracts variables through rudimentary examination of the AST,
  thereby supporting modules with third-party imports. If examining the AST
  fails to find the variable, ``attr:`` falls back to the old behavior of
  importing the module. Works on Python 3 only.
   ```
   
  
</details>


 

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



Co-authored-by: pyup-bot <github-bot@pyup.io>
  • Loading branch information
bors[bot] and pyup-bot authored May 17, 2020
2 parents d1b5fe3 + 69316c4 commit c0543d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tests_require =
# FIXME: This name seems wrong, but I can't think of a better one atm.
build =
pip==20.1
setuptools==46.3.1
setuptools==46.4.0
wheel==0.34.2

testing =
Expand Down

0 comments on commit c0543d5

Please sign in to comment.