JakobGM / astrality

Astrality - A modular and dynamic configuration file manager
https://astrality.readthedocs.io
MIT License
98 stars 3 forks source link

Update humanfriendly to 4.12.1 #35

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

This PR updates humanfriendly from 4.12 to 4.12.1.

Changelog ### 4.12.1 ``` ------------------------------ It was reported in issue `28`_ that ``humanfriendly --demo`` didn't work on Python 3 due to two unrelated ``TypeError`` exceptions. First I added a failing regression test to the test suite (`here's the failing build <https://travis-ci.org/xolox/python-humanfriendly/builds/377202561>`_) and then I applied the changes suggested in issue `28`_, confirming that both issues are indeed fixed because the test now passes (`here's the successful build <https://travis-ci.org/xolox/python-humanfriendly/builds/377203446>`_). .. _Release 4.12.1: https://github.com/xolox/python-humanfriendly/compare/4.12...4.12.1 .. _28: https://github.com/xolox/python-humanfriendly/issues/28 ```
Links - PyPI: https://pypi.org/project/humanfriendly - Changelog: https://pyup.io/changelogs/humanfriendly/ - Docs: https://humanfriendly.readthedocs.io
coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 443


Files with Coverage Reduction New Missed Lines %
astrality/filewatcher.py 5 97.06%
<!-- Total: 5 -->
Totals Coverage Status
Change from base Build 440: 0.0%
Covered Lines: 3740
Relevant Lines: 3836

💛 - Coveralls