WordWiseProject / WordWise

MIT License
1 stars 0 forks source link

Bump pytest-django from 4.5.2 to 4.6.0 #26

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps pytest-django from 4.5.2 to 4.6.0.

Release notes

Sourced from pytest-django's releases.

4.6.0

https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst#v460-2023-10-30

Changelog

Sourced from pytest-django's changelog.

v4.6.0 (2023-10-30)

Compatibility ^^^^^^^^^^^^^

  • Official Django 4.1 & 4.2 support.

  • Official Python 3.11 support.

  • Drop support for Python version 3.5, 3.6 & 3.7.

  • Drop official support for Django 4.0.

  • Drop support for pytest < 7.

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

  • Add support for setting :py:attr:available_apps <django.test.TransactionTestCase.available_apps> in the :func:django_db <pytest.mark.django_db> marker.

  • Convert Django :ref:test tags <django:topics-tagging-tests> to :ref:Pytest markers <pytest:mark examples>.

  • Show Django's version in the pytest django report header.

  • Add precise pytest_django.asserts.assertQuerySetEqual typing.

Bugfixes ^^^^^^^^

  • Fix bug where the effect of :func:@pytest.mark.ignore_template_errors <pytest.mark.ignore_template_errors> was not reset when using --fail-on-template-vars.
Commits
  • a703c8f Release 4.6.0
  • c3434f6 Update changelog
  • b578262 pyproject.toml: point to license file
  • 93e49a9 Excise mentions of setup.py
  • 8d188d7 Move setup.cfg/setuptools to pyproject.toml
  • 3bfcbb9 tox: remove unused readme target
  • c3effd1 Add .git-blame-ignore-revs file
  • 6939b23 Format code with Ruff
  • 8a499b2 Replace flake8, isort with ruff
  • 56c181e Remove requirements.txt, some Makefile rules
  • 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 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)
dependabot[bot] commented 10 months ago

Looks like pytest-django is no longer updatable, so this is no longer needed.