Skip to content

Commit

Permalink
Merge #49
Browse files Browse the repository at this point in the history
49: Update six to 1.12.0 r=rehandalal a=pyup-bot


This PR updates [six](https://pypi.org/project/six) from **1.11.0** to **1.12.0**.



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

- Issue 259, pull request 260: `six.add_metaclass` now preserves
  `__qualname__` from the original class.

- Pull request 204: Add `six.ensure_binary`, `six.ensure_text`, and
  `six.ensure_str`.
   ```
   
  
</details>


 

<details>
  <summary>Links</summary>
  
  - PyPI: https://pypi.org/project/six
  - Changelog: https://pyup.io/changelogs/six/
  - Repo: https://github.com/benjaminp/six
  - Docs: https://pythonhosted.org/six/
</details>



Co-authored-by: pyup-bot <github-bot@pyup.io>
  • Loading branch information
bors[bot] and pyup-bot committed Dec 10, 2018
2 parents e177c00 + f018c9d commit 2c4d128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ click==7.0
colorama==0.4.1
pathspec==0.5.9
PyYAML==3.13
six==1.11.0
six==1.12.0

0 comments on commit 2c4d128

Please sign in to comment.