mozilla / coss

Mozilla's Community Support Software
https://discourse.mozilla-community.org/t/iam-coss-work-week-jan-2017/13497
Mozilla Public License 2.0
18 stars 20 forks source link

Update configparser to 3.7.3 #1460

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates configparser from 3.5.0 to 3.7.3.

Changelog ### 3.7.3 ``` ===== * Issue 34: Temporarily degrade to use ASCII for author's name. ``` ### 3.7.2 ``` ===== ``` ### 3.7.1 ``` ===== * Issue 30: Fixed issue on Python 2.x when future is present. ``` ### 3.7.0 ``` ===== * Merge functionality from Python 3.7.2. Now ConfigParser accepts bytes paths as well as any `PathLike <https://docs.python.org/3/library/os.htmlos.PathLike>`_ object, including those found in the `pathlib2 backport <https://pypi.org/project/pathlib2/>`. ``` ### 3.5.3 ``` ===== * Issue 27: Reverted the limit on DeprecationWarning, as it had unintended consequences. ``` ### 3.5.2 ``` ===== * Issue 23: Use environment markers to indicate the 'ordereddict' dependency for Python 2.6. * Issue 24: Limit DeprecationWarning when a filename is indicated as a bytestring on Python 2. Now the warning is only emitted when py3kwarning is indicated. ``` ### 3.5.1 ``` ===== * jaraco adopts the package. * Moved hosting to GitHub. * Issue 21: Updated ``backports`` namespace package to conform with other packages sharing the namespace. ```
Links - PyPI: https://pypi.org/project/configparser - Changelog: https://pyup.io/changelogs/configparser/ - Repo: https://github.com/jaraco/configparser/