aws-shell
aws-shell copied to clipboard
Bump configobj from 5.0.6 to 5.0.9
Bumps configobj from 5.0.6 to 5.0.9.
Release notes
Sourced from configobj's releases.
5.0.9
What's Changed
- Address CVE-2023-26112 ReDoS by
@cdcadmanin DiffSK/configobj#236- Drop Python 2 support and compatibility code by
@jelmerin DiffSK/configobj#237- Extra 2014 by
@jelmerin DiffSK/configobj#245- setup.py: fix license tag by
@yegorichin DiffSK/configobj#241- Update minimum python to 3.7 everywhere, and add 3.12 by
@jelmerin DiffSK/configobj#246New Contributors
@cdcadmanmade their first contribution in DiffSK/configobj#236@yegorichmade their first contribution in DiffSK/configobj#241Full Changelog: https://github.com/DiffSK/configobj/compare/v5.0.8...v5.0.9
confirming things work in newer python versions
5.0.7 originally did this work, but 5.0.8 fixes a regression (#230)
Changelog
Sourced from configobj's changelog.
Changelog
Release 5.0.9 """""""""""""
- drop support for Python 2 and <3.7
- fix CVE-2023-26112, ReDoS attack
Release 5.0.8 """""""""""""
- fixing/test for a regression introduced in 5.0.7 that prevented
import validatefrom workingRelease 5.0.7 """""""""""""
- update testing to validate against python version 2.7 and 3.5-3.11
- update broken links / non-existent services and references
Older Releases """"""""""""""
- Release 5.0.6 improves error messages in certain edge cases
- Release 5.0.5 corrects a unicode-bug that still existed in writing files
- Release 5.0.4 corrects a unicode-bug that still existed in reading files after fixing lists of string in 5.0.3
- Release 5.0.3 corrects errors related to the incorrectly handling unicode encoding and writing out files
- Release 5.0.2 adds a specific error message when trying to install on Python versions older than 2.5
- Release 5.0.1 fixes a regression with unicode conversion not happening in certain cases PY2
- Release 5.0.0 updates the supported Python versions to 2.6, 2.7, 3.2, 3.3 and is otherwise unchanged
- Release 4.7.2 fixes several bugs in 4.7.1
- Release 4.7.1 fixes a bug with the deprecated options keyword in 4.7.0.
- Release 4.7.0 improves performance adds features for validation and fixes some bugs.
Commits
242dfd0release 5.0.98857b08Merge pull request #246 from DiffSK/python-versiond6f7597Update minimum python to 3.7 everywhere, and add 3.128ffcf0cMerge pull request #241 from yegorich/license5e2f143Merge pull request #245 from jelmer/extra-2014fdf3634Drop extra '2014' in LICENSE file. Fixes #2333480a6eMerge pull request #237 from jelmer/drop-python2008165cDrop python 3.5 from GitHub action, since it now fails to download861383cDrop support for Python < 3.57c618b0Merge pull request #236 from cdcadman/cve_2023_26112- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.