django-loci
django-loci copied to clipboard
[deps] Update pytest-django requirement from ~=4.8.0 to ~=4.9.0
Updates the requirements on pytest-django to permit the latest version.
Release notes
Sourced from pytest-django's releases.
v4.9.0
https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst#v490-2024-09-02
Changelog
Sourced from pytest-django's changelog.
v4.9.0 (2024-09-02)
Compatibility ^^^^^^^^^^^^^
- Added official support for Django 5.1.
- Dropped support for Django 3.2 and 4.1.
Improvements ^^^^^^^^^^^^
Respect the
string_if_invalidtemplate setting when--fail-on-template-varsis active and :func:@pytest.mark.ignore_template_errors <pytest.mark.ignore_template_errors>is used.Avoid running database migrations for :class:
~django.test.SimpleTestCaseunittest tests.Added docstrings to public fixtures.
Bugfixes ^^^^^^^^
- Fix type hints for
pytest_django.asserts.assertFormError()andpytest_django.asserts.assertForSetError().v4.8.0 (2024-01-30)
Improvements ^^^^^^^^^^^^
- Added
pytest_django.asserts.assertMessages()to mimic the behaviour of the :meth:~django.contrib.messages.test.MessagesTestMixin.assertMessagesmethod for Django versions >= 5.0.Bugfixes ^^^^^^^^
- Fix
--help/--versioncrash in a partially configured app.v4.7.0 (2023-11-08)
Compatibility ^^^^^^^^^^^^^
... (truncated)
Commits
1157a7cRelease 4.9.0089843cAdd a few type annotationsd878d56Add a missing type annotation19605d7fail-on-template-vars: modernize stack inspection code (#1129)c746a46Avoid running database migrations forSimpleTestCase(#1120)8502a12Replace psycopg2, psycopg2cffi -> psycopg in testing and docs52b2205Drop support for EOL Django 3.2, 4.1, add support for 5.1c66f9d3ci: use trusted publishing for release30602a2tox: update ruff, mypya39b910Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.10.0- 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 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)