Skip to content

chore(deps): bump pytest-django from 4.13.0 to 4.14.0 - #2331

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pytest-django-4.14.0
Open

chore(deps): bump pytest-django from 4.13.0 to 4.14.0#2331
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pytest-django-4.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps pytest-django from 4.13.0 to 4.14.0.

Release notes

Sourced from pytest-django's releases.

v4.14.0

https://pytest-django.readthedocs.io/en/stable/changelog.html#v4-14-0-2026-08-10

Changelog

Sourced from pytest-django's changelog.

v4.14.0 (2026-08-10)

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

  • Restored (unofficial) support for Django 5.0 and Django 5.1.

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

  • Added a django extra to the package. By depending on this extra (e.g. pip install pytest-django[django]), the dependency resolver will ensure you get a version of pytest-django that is compatible with your version of Django (lower bound only). At least from now on...
Commits
  • 1a6b612 Release 4.14.0
  • fffb11d docs: remove $ for consistency
  • e8c0606 docs: move the django extra explanation
  • b66deb6 tests: strict import to make pyright happy
  • 823db39 tests: fix wrong type (typing only)
  • a1eaf5d Drop django<5 message asserts compat
  • 2ea1423 Fix _pre_setup_ran_eagerly on Django 5.0 and 5.1
  • 903429c Add django extra to ensure Django dependency compatible lower bound
  • 9661589 docs: prefer newer pytest config TOML format
  • 7646196 docs: remove needless comment
  • 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 show <dependency name> 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)

Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.13.0 to 4.14.0.
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst)
- [Commits](pytest-dev/pytest-django@v4.13.0...v4.14.0)

---
updated-dependencies:
- dependency-name: pytest-django
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 10, 2026
@claude

claude Bot commented Sep 10, 2026

Copy link
Copy Markdown

Review

This is a routine dependabot bump: pytest-django 4.13.04.14.0 in requirements/local.txt (dev/test-only dependency, single line changed).

Assessment: safe to merge.

  • Compatibility: The release notes indicate 4.14.0 restores support for Django 5.0/5.1 and adds a django extra for dependency resolution — it doesn't drop support for anything. This repo pins django==5.2.16 (requirements/base.txt), which is unaffected and remains supported.
  • Scope: pytest-django is test-tooling only (not in requirements/base.txt or production.txt), so this carries no runtime/production risk.
  • Breaking changes: Skimming the linked changelog, the notable items are internal (_pre_setup_ran_eagerly fix for older Django versions, docs cleanup, typing fixes) — nothing that changes public fixture/marker behavior for a Django 5.2 project.
  • Test coverage: N/A — this is a version bump with no code changes to review. The real verification is simply that the existing backend test suite still passes under the new version.

No code quality, security, or performance concerns — nothing here to flag. Recommend running the backend test suite once (pytest -n 4 --dist loadscope) before merge to confirm nothing in the fixture/collection behavior shifted, per standard CI gating, but I don't see anything in the changelog that suggests it would.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants