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

Bump configobj from 5.0 to 5.0.6 #676

Merged
merged 1 commit into from Jan 22, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2022

Bumps configobj from 5.0 to 5.0.6.

Release notes

Sourced from configobj's releases.

Improved Error Reporting

  • improved error messages in certain edge cases

Bugfix release: issue #55

Bugfix release for #55

Changelog

Sourced from configobj's changelog.

Changelog

Unreleased """"""""""

  • Drop support for EOL Python 2.6 and 3.3
  • Add support for Python 3.7

Release 5.1.0 """""""""""""

  • Unified modules into the 'configobj' package (#72, #31, #32)
  • Added validate v1.1.0 shim to allow a gradual migration, rewrite your imports as from configobj.validate import … to get rid of it
  • Alternative line comment markers for more INI compatibility (#79)
  • More detailed multi-error reports (#73)
  • Added 'decoupled' mode to merge() (#115)
  • fix: mixed_list accepts type name variants (#110)
  • fix: Don't quote git-style section titles (#74)
  • docs: Explicit mention of force_list and its pitfalls (#112)

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
  • 9d2aab0 tagging 5.0.6; fixes #59
  • e184b1c Merge pull request #67 from untitaker/no_parent
  • 2956f75 Fix unhelpful error message when nesting invalid.
  • 1b53c81 Merge pull request #66 from untitaker/string_formatting
  • a22eb44 Handle %-chars in invalid lines correctly
  • 8c329ab Update .travis.yml
  • df25945 typo correction / new build-image
  • bef6b97 Merge pull request #56 from robdennis/master
  • 9a64fa1 clarifying issue associated with a test
  • f0b61c3 removed todo
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2022
Bumps [configobj](https://github.com/DiffSK/configobj) from 5.0 to 5.0.6.
- [Release notes](https://github.com/DiffSK/configobj/releases)
- [Changelog](https://github.com/DiffSK/configobj/blob/master/CHANGES.rst)
- [Commits](DiffSK/configobj@5.0.0...v5.0.6)

---
updated-dependencies:
- dependency-name: configobj
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/configobj-5.0.6 branch from 43f478b to 5684e22 Compare January 22, 2022 07:11
@sandrotosi sandrotosi merged commit 23efc7b into master Jan 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant