pythondotorg icon indicating copy to clipboard operation
pythondotorg copied to clipboard

Bump model-bakery from 1.4.0 to 1.18.2

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps model-bakery from 1.4.0 to 1.18.2.

Release notes

Sourced from model-bakery's releases.

1.18.2

What's Changed

New Contributors

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.18.1...1.18.2

1.18.1

What's Changed

New Contributors

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.18.0...1.18.1

1.18.0

What's Changed

Added

  • Add Django 5.0 support

Changed

  • Allow baking without contenttypes framework

Removed

  • Drop Django 3.2 and 4.1 support (reached end of life)

Other

New Contributors

Full Changelog: https://github.com/model-bakers/model_bakery/compare/1.17.0...1.18.0

1.17.0

What's Changed

  • Add support to auto_now and auto_now_add fields.
  • Remove unnecessary casting to string methods random_gen.gen_slug and random_gen.gen_string
  • [doc] Update installation command

... (truncated)

Changelog

Sourced from model-bakery's changelog.

1.18.2

Changed

  • Fix make_recipe to work with _quantity (#28)

1.18.1

Changed

  • Replace expensive count() with cheap exists()

1.18.0

Added

  • Add Django 5.0 support

Changed

  • Allow baking without contenttypes framework

Removed

  • Drop Django 3.2 and 4.1 support (reached end of life)

1.17.0

Added

  • Add support to auto_now and auto_now_add fields.

Changed

  • Remove unnecessary casting to string methods random_gen.gen_slug and random_gen.gen_string
  • [doc] Update installation command

1.16.0

Added

  • [dev] Test coverage report

Changed

  • Improved performance of Baker.get_fields()
  • [dev] Cleanup Sphinx documentation config
  • [dev] Update pre-commit config
  • [dev] CI: remove hard requirement on linters for tests to run

1.15.0

Added

  • Add Python 3.12 support

Changed

  • Revert erroneous optimisation of related logic (fix #439)
  • [dev] Bring tox back

... (truncated)

Commits

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)

dependabot[bot] avatar Jul 01 '24 08:07 dependabot[bot]