Skip to content

Bump djangorestframework from 3.17.1 to 3.18.0 - #2238

Merged
JSv4 merged 1 commit into
mainfrom
dependabot/pip/djangorestframework-3.18.0
Aug 11, 2026
Merged

Bump djangorestframework from 3.17.1 to 3.18.0#2238
JSv4 merged 1 commit into
mainfrom
dependabot/pip/djangorestframework-3.18.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps djangorestframework from 3.17.1 to 3.18.0.

Release notes

Sourced from djangorestframework's releases.

3.18.0

What's Changed

Breaking changes

Features

Bug fixes

Other changes

New Contributors

Full Changelog: encode/django-rest-framework@3.17.1...3.18.0

3.17.2

What's Changed

... (truncated)

Commits
  • 11875a3 Prepare release 3.18.0 (#10015)
  • d346a8c Add note about Browsable API simulating POST in documentation (#9814)
  • 80d535d Fix GHA workflow for preparing release
  • aa1876b Update fields.md explaining how the source argument affects `.validated_dat...
  • 000bb33 Add nulls_distinct support to UniqueTogetherValidator (#9866)
  • 7508e0c Raise clear error for unsupported list update validation (#9981)
  • 69d1cd7 Fix DictField HTML input returning empty dict for missing fields (#9891)
  • bbc62ac Update Django 6.1 dependency to stable release. (#10016)
  • f780434 Add GHA workflow to prepare a release
  • dc027d2 set_rollback should only rollback initialized connections (#9599)
  • 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 [djangorestframework](https://github.com/encode/django-rest-framework) from 3.17.1 to 3.18.0.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.17.1...3.18.0)

---
updated-dependencies:
- dependency-name: djangorestframework
  dependency-version: 3.18.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 Aug 10, 2026
@claude

claude Bot commented Aug 10, 2026

Copy link
Copy Markdown

Review

This is a routine Dependabot minor version bump (djangorestframework 3.17.1 → 3.18.0), touching a single line in requirements/base.txt. No application code changes accompany it.

Compatibility check against 3.18.0's breaking changes:

  • Dropped support for Django 4.2/5.0/5.1 — not a concern here; this repo pins django==5.2.16 in requirements/base.txt, which remains supported.
  • List-serializer errors changed to dict format (many=True) — audited the codebase and found no DRF serializer instantiated with many=True (the only many=True hit is an unrelated PrimaryKeyRelatedField), and no code indexes .errors as a list. DRF views in document_imports/, worker_uploads/, analyzer/, and annotations/ all use serializer.is_valid(raise_exception=True) with no custom EXCEPTION_HANDLER, so error-shape changes are absorbed by DRF's default handling. No code changes needed for this.

Other notes:

  • No test coverage changes are expected/needed for a dependency bump like this.
  • No security concerns — this is a routine minor upgrade, not a security patch, and I don't see any CVE noted in the release notes for either version.

Looks safe to merge as-is, assuming CI passes.

@JSv4
JSv4 merged commit 28cd93b into main Aug 11, 2026
7 checks passed
@JSv4
JSv4 deleted the dependabot/pip/djangorestframework-3.18.0 branch August 11, 2026 04:43
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

1 participant