Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps python-benedict from 0.32.0 to 0.35.0.

Release notes

Sourced from python-benedict's releases.

0.35.0

  • Add type annotations. #157 (by @​Tatsh in #491)
  • Bump requirements and pre-commit hooks.

0.34.1

  • Add sort parameter to keypaths method. #404 (by @​kotfu in #467)
  • Bump requirements and pre-commit hooks.

0.34.0

  • Add Python 3.13 support.
  • Drop Python 3.8 and Python 3.9 support.
  • Fix dict backward-compatibility making keylist feature working only with lists. #412 #413 #432
  • Remove tests unnecessary output.
  • Update pyproject Ruff config sections.
  • Bump requirements and pre-commit hooks.

0.33.2

  • Fix clean method not working on nested dicts. #383
  • Enforce top level keys check in merge method. #367
  • Bump requirements and pre-commit hooks.

0.33.1

  • Fix calling from_xls passing custom options. #355
  • Replace Black and isort with Ruff-format.
  • Bump requirements and pre-commit hooks.

0.33.0

  • Add Python 3.12 support. (#342)
  • Add possibility to restrict input data sources with sources argument (more info here). #287
  • Add from_html method (available by installing the optional [html] dependency, more info here). #317
  • Bump requirements.

0.32.1

  • Fix items and values methods returned values type (cast to benedict). #333
  • Fix union with assignment operator inconsistent results (compared to dict). #334
  • Bump requirements.
Changelog

Sourced from python-benedict's changelog.

0.35.0 - 2025-10-01

  • Add type annotations. #157 (by @​Tatsh in #491)
  • Bump requirements and pre-commit hooks.

0.34.1 - 2025-01-18

  • Add sort parameter to keypaths method. #404 (by @​kotfu in #467)
  • Bump requirements and pre-commit hooks.

0.34.0 - 2024-10-18

  • Add Python 3.13 support.
  • Drop Python 3.8 and Python 3.9 support.
  • Fix dict backward-compatibility making keylist feature working only with lists. #412 #413 #432
  • Remove tests unnecessary output.
  • Update pyproject Ruff config sections.
  • Bump requirements and pre-commit hooks.

0.33.2 - 2024-03-05

  • Fix clean method not working on nested dicts. #383
  • Enforce top level keys check in merge method. #367
  • Bump requirements and pre-commit hooks.

0.33.1 - 2023-12-27

  • Fix calling from_xls passing custom options. #355
  • Replace Black and isort with Ruff-format.
  • Bump requirements and pre-commit hooks.

0.33.0 - 2023-11-08

  • Add Python 3.12 support. (#342)
  • Add possibility to restrict input data sources with sources argument (more info here). #287
  • Add from_html method (available by installing the optional [html] dependency, more info here). #317
  • Bump requirements.

0.32.1 - 2023-09-18

  • Fix items and values methods returned values type (cast to benedict). #333
  • Fix union with assignment operator inconsistent results (compared to dict). #334
  • Bump requirements.
Commits
  • 30ae96b Update CHANGELOG and version.
  • 74fc25d Bump python requirements. (#539)
  • d964557 Bump actions/setup-python from 5 to 6 in the github-actions group (#538)
  • ffd31ad Update dependabot configuration.
  • a823c9b Update dependabot configuration.
  • c0dc3bb Group dependabot dependencies.
  • 16afe0c Add permissions to workflows.
  • 2d20125 Switch to default CodeQL setup.
  • 11456d4 Add type annotations. (#491)
  • de5ea2d Bump phonenumbers from 8.13.52 to 9.0.13 (#512)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [python-benedict](https://github.com/fabiocaccamo/python-benedict) from 0.32.0 to 0.35.0.
- [Release notes](https://github.com/fabiocaccamo/python-benedict/releases)
- [Changelog](https://github.com/fabiocaccamo/python-benedict/blob/main/CHANGELOG.md)
- [Commits](fabiocaccamo/python-benedict@0.32.0...0.35.0)

---
updated-dependencies:
- dependency-name: python-benedict
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Dec 1, 2025
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant