fabiocaccamo / python-codicefiscale

:it: :credit_card: italian fiscal codes encoding, decoding and validation - codifica, decodifica e validazione del Codice Fiscale italiano.
MIT License
74 stars 23 forks source link

Bump python-benedict from 0.28.3 to 0.29.1 #75

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps python-benedict from 0.28.3 to 0.29.1.

Release notes

Sourced from python-benedict's releases.

0.29.1

  • Fix missing dependency on pyyaml. #260
  • Fix protected keys in json items preventing automatic keys creation when getting __protected__ attributes. #259

0.29.0

  • NEW Add keyattr (keys as attributes) support. (#257)
  • NEW Separate installation targets (extras requires). #200 (#258)
  • Fix set state when loading from pickle.
  • Improve tests coverage.
  • Upgrade syntax for Python >= 3.8.
  • Reformat and cleanup code.
  • Move flake8 config to setup.cfg.
  • Increase flake8 checks.
  • Add flake8-bugbear to pre-commit.
  • Run flake8 also on tests files.
  • Run pre-commit also with tox.
  • Rename default branch from master to main.
  • Bump requirements.
Changelog

Sourced from python-benedict's changelog.

0.29.1 - 2023-03-09

  • Fix missing dependency on pyyaml. #260
  • Fix protected keys in json items preventing automatic keys creation when getting __protected__ attributes. #259

0.29.0 - 2023-03-09

  • NEW Add keyattr (keys as attributes) support. (#257)
  • NEW Separate installation targets (extras requires). #200 (#258)
  • Fix set state when loading from pickle.
  • Improve tests coverage.
  • Upgrade syntax for Python >= 3.8.
  • Reformat and cleanup code.
  • Move flake8 config to setup.cfg.
  • Increase flake8 checks.
  • Add flake8-bugbear to pre-commit.
  • Run flake8 also on tests files.
  • Run pre-commit also with tox.
  • Rename default branch from master to main.
  • Bump requirements.
Commits
  • 3ec3d2a Update CHANGELOG and version.
  • a55e0a8 Revert "Expose only benedict when importing all at top level."
  • 24a54da Prevent automatic keys creation when getting protected attributes. #259
  • 30c6a2c Expose only benedict when importing all at top level.
  • 0b511bb Fix missing dependency on pyyaml. #260
  • 2ff607c Update CHANGELOG and version.
  • 5def5b3 Fix set state when loading from pickle.
  • 39301e7 Update README.md. [ci skip]
  • 201ae6a Set keys as attributes enabled by default.
  • c132cb5 Separate installation targets (extras requires). #200 (#258)
  • 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)