cgrok / clashroyale

Async + Sync wrapper for royaleapi.com and the CR official API
MIT License
47 stars 19 forks source link

Update python-box to 3.2.0 #10

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

This PR updates python-box from 3.1.1 to 3.2.0.

Changelog ### 3.2.0 ``` ~~~~~~~~~~~~~ * Adding `ordered_box` option to keep key order based on insertion (thanks to pwwang) * Adding custom `__iter__`, `__revered__`, `pop`, `popitems` * Fixing ordering of camel_case_killer vs default_box (thanks to Matan Rosenberg) * Fixing non string keys not being supported correctly (thanks to Matt Wisniewski) ```
Links - PyPI: https://pypi.org/project/python-box - Changelog: https://pyup.io/changelogs/python-box/ - Repo: https://github.com/cdgriffith/Box