Skip to content

build(deps): bump python-benedict from 0.25.2 to 0.27.0

Karl Wooster requested to merge dependabot/pip/python-benedict-0.27.0 into main

Created by: dependabot[bot]

Bumps python-benedict from 0.25.2 to 0.27.0.

Release notes

Sourced from python-benedict's releases.

0.27.0

  • Add s3 support to I/O operations. #17 (#126)
  • Fix subclasses type. #115 (#124)

0.26.0

  • Add xls files (.xlsx, .xlsm, .xls) support (read-only). #70 (#122)
  • Drop Python 3.6 support. (#123)

0.25.4

  • Fix toml encoding circular reference error. #110

0.25.3

  • Fix set dict item value in list. #109
Changelog

Sourced from python-benedict's changelog.

0.27.0 - 2022-10-12

  • Add s3 support to I/O operations. #17 (#126)
  • Fix subclasses type. #115 (#124)

0.26.0 - 2022-10-09

  • Add xls files (.xlsx, .xlsm, .xls) support (read-only). #70 (#122)
  • Drop Python 3.6 support. (#123)

0.25.4 - 2022-09-06

  • Fix toml encoding circular reference error. #110

0.25.3 - 2022-08-23

  • Fix set dict item value in list. #109
Commits
  • cfc9113 Update CHANGELOG and version.
  • 5ac299d Add s3 support to I/O operations. (#126)
  • a1e5b9f Fix subclasses type. #115 (#124)
  • f917417 Update CHANGELOG and version.
  • eb04722 Drop Python 3.6 support and pin all requirements. (#123)
  • ee69860 Add read-only xls files (.xlsx, .xlsm, .xls) support. #70 (#122)
  • d636b2f Update README. [ci skip]
  • ef86ea6 Update phonenumbers requirement from ~=8.12.55 to ~=8.12.56 (#118)
  • 8db78ae Update python-fsutil requirement from ~=0.6.1 to ~=0.7.0 (#117)
  • 7a10e2c Update mailchecker requirement from ~=5.0.0 to ~=5.0.1 (#112)
  • 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)

Merge request reports

Loading