Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update configparser to 7.0.0 #294

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Collaborator

This PR updates configparser from 5.0.0 to 7.0.0.

Changelog

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.

5.0.2

======

* Packaging refresh.

5.0.1

======

* Synced with Python 3.9.0.
* Refreshed package metadata.
Links

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #321

@pyup-bot pyup-bot closed this Aug 18, 2024
@simonyuau simonyuau deleted the pyup-update-configparser-5.0.0-to-7.0.0 branch August 18, 2024 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant