e-valuation / EvaP

a university course evaluation system written in Python using Django
Other
95 stars 144 forks source link

Update model-bakery requirement from ~=1.17.0 to ~=1.18.0 #2166

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Updates the requirements on model-bakery to permit the latest version.

Release notes

Sourced from model-bakery's releases.

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

Changelog

Sourced from model-bakery's changelog.

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

Removed

1.14.0

Added

  • forward "_create_files" flag to child generators for relational fields

Changed

  • Small improvements to recipe.py::_mapping
  • Improvements to baker.py::bulk_create

... (truncated)

Commits


You can trigger a rebase of this PR 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 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)