mytardis / mydata

Desktop application for uploading data to MyTardis
7 stars 4 forks source link

Update configparser to 7.1.0 #637

Open pyup-bot opened 3 months ago

pyup-bot commented 3 months ago

This PR updates configparser from 5.0.2 to 7.1.0.

Changelog ### 7.1.0 ``` ====== Features -------- - Refreshed with implementation from CPython main (3.14). ``` ### 7.0.1 ``` ====== Bugfixes -------- - Refreshed with implementation from CPython 3.13.0rc1. ``` ### 7.0.0 ``` ====== Deprecations and Removals ------------------------- - Refreshed with implementation from CPython 3.13.0a6. - Remove 'configparser' as a top-level name, as it's already masked by the stdlib on all supported Pythons. ``` ### 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/