CheesecakeLabs / django-drf-boilerplate

Django starter kit for CKL projects
33 stars 8 forks source link

chore(deps): bump pytest-django from 4.2.0 to 4.5.0 in /{{ cookiecutter.project_slug }}/requirements #234

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps pytest-django from 4.2.0 to 4.5.0.

Release notes

Sourced from pytest-django's releases.

4.5.0

https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-5-0-2021-12-01

4.3.0

https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-3-0-2021-05-15

Changelog

Sourced from pytest-django's changelog.

v4.5.0 (2021-12-01)

Improvements ^^^^^^^^^^^^

  • Add support for :ref:rollback emulation/serialized rollback <test-case-serialized-rollback>. The :func:pytest.mark.django_db marker has a new serialized_rollback option, and a :fixture:django_db_serialized_rollback fixture is added.

  • Official Python 3.10 support.

  • Official Django 4.0 support (tested against 4.0rc1 at the time of release).

  • Drop official Django 3.0 support. Django 2.2 is still supported, and 3.0 will likely keep working until 2.2 is dropped, but it's not tested.

  • Added pyproject.toml file.

  • Skip Django's setUpTestData mechanism in pytest-django tests. It is not used for those, and interferes with some planned features. Note that this does not affect setUpTestData in unittest tests (test classes which inherit from Django's TestCase).

Bugfixes ^^^^^^^^

  • Fix :fixture:live_server when using an in-memory SQLite database.

  • Fix typing of assertTemplateUsed and assertTemplateNotUsed.

v4.4.0 (2021-06-06)

Improvements ^^^^^^^^^^^^

  • Add a fixture :fixture:django_capture_on_commit_callbacks to capture :func:transaction.on_commit() <django.db.transaction.on_commit> callbacks in tests.

v4.3.0 (2021-05-15)

Improvements ^^^^^^^^^^^^

... (truncated)

Commits
  • a920a7f Release 4.5.0
  • a3b327d Update AUTHORS with current status
  • 154b5f3 Skip Django's setUpTestData mechanism in pytest-django tests
  • d6ea40f Add support for rollback emulation/serialized rollback
  • 904a995 live_server_helper: improve sqlite in-memory check
  • f64b252 live_server_helper: clean up on thread error
  • 774277b live_server_helper: remove redundant join()
  • 2bba6eb Fix LiveServer for in-memory SQLite database
  • 46c7d61 Add myself to AUTHORS
  • bf06939 Add Django 4.0 support.
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #235.