django-rest-marshmallow
django-rest-marshmallow copied to clipboard
Bump pytest-django from 3.8.0 to 4.4.0
Bumps pytest-django from 3.8.0 to 4.4.0.
Release notes
Sourced from pytest-django's releases.
4.3.0
https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-3-0-2021-05-15
4.1.0
https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-1-0-2020-10-22
4.0.0
https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-0-0-2020-10-16
Changelog
Sourced from pytest-django's changelog.
v4.4.0 (2021-06-06)
Improvements
- Add a fixture django_capture_on_commit_callbacks to capture transaction.on_commit() <django.db.transaction.on_commit> callbacks in tests.
v4.3.0 (2021-05-15)
Improvements
- Add experimental multiple databases <multi-db> (multi db) support.
- Add type annotations. If you previously excluded
pytest_djangofrom your type-checker, you can remove the exclusion.- Documentation improvements.
v4.2.0 (2021-04-10)
Improvements
- Official Django 3.2 support.
- Documentation improvements.
Bugfixes
- Disable atomic durability check on non-transactional tests (#910).
v4.1.0 (2020-10-22)
Improvements
- Add the async_client and async_rf fixtures (#864).
- Add django_debug_mode <usage> to configure how
DEBUGis set in tests (#228).- Documentation improvements.
Bugfixes
- Make admin_user work for custom user models without an
v4.0.0 (2020-10-16)
... (truncated)
Commits
cf6b229Release 4.4.00be78e9doc: Switch to new IRC channelb90fea5fixtures: add django_capture_on_commit_callbacks fixture44fddc2Release 4.3.07924519asserts: fix annoying py35 syntax errora54ae98asserts: add type annotations6ab338fdoc/helpers: more directly mention that marks can be scoped92c6b7eAdd initial experimental multi database support59d0bf3coverage: exclude TYPE_CHECKING blocks from coveraged3f3d44tests: fix a typo in the previous commit- Additional commits viewable in compare view
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 will not automatically merge this PR because it includes a major update to a production dependency.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)