loganasherjones / yapconf

Yet Another Python Configuration
http://yapconf.readthedocs.io/en/stable/
MIT License
18 stars 4 forks source link

Update python-box to 3.2.0 #58

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
codecov-io commented 6 years ago

Codecov Report

Merging #58 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #58   +/-   ##
=======================================
  Coverage   95.56%   95.56%           
=======================================
  Files           4        4           
  Lines         632      632           
  Branches      152      152           
=======================================
  Hits          604      604           
  Misses         12       12           
  Partials       16       16

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 30cfdcb...65e1b29. Read the comment docs.