Closed pyup-bot closed 7 months ago
This PR updates configparser from 5.0.2 to 6.0.1.
Closing this in favor of #603
This PR updates configparser from 5.0.2 to 6.0.1.
Changelog
### 6.0.1 ``` ====== Bugfixes -------- - Fixed failing tests introduced by upstream test suite changes. (70) ``` ### 6.0.0 ``` ====== Features -------- - Require Python 3.8 or later. Deprecations and Removals ------------------------- - Synced with CPython 3.12.0b2. Removes ``SafeConfigParser`` and ``filename`` parameter. ``` ### 5.3.0 ``` ====== * Synced with Python 3.11.0rc1. * Packaging refresh. * Requires Python 3.7 or later. ``` ### 5.2.0 ``` ====== * Project now uses PEP 420 (native) namespace package for ``backports`` package. ``` ### 5.1.0 ``` ====== * Synced with Python 3.10.0. * Packaging refresh. * Tests now run on Python 3.10. * Modernized code relying on Python 3.6. ```Links
- PyPI: https://pypi.org/project/configparser - Changelog: https://data.safetycli.com/changelogs/configparser/ - Repo: https://github.com/jaraco/configparser/