build(deps): Bump django from 6.0.4 to 6.0.5#340
Conversation
Bumps [django](https://github.com/django/django) from 6.0.4 to 6.0.5. - [Commits](django/django@6.0.4...6.0.5) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Duplication | 0 |
AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Django dependency to version 6.0.5 to address several security vulnerabilities (CVE-2026-6907, CVE-2026-35192, and CVE-2026-5766) and includes various bug fixes. Codacy results indicate that the PR is up to standards with no new quality issues. While the version update is correctly reflected in the configuration, there is no evidence that the existing test suite has been executed to ensure no regressions were introduced by this patch release.
About this PR
- Please confirm that the existing application test suite has been executed against the updated Django version. Although this is a patch release, verifying that no regressions were introduced is a critical step before merging.
Test suggestions
- Verify that the Django version is correctly updated to 6.0.5 in requirements.txt
- Run existing application test suite to ensure no regressions were introduced by the patch release
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Run existing application test suite to ensure no regressions were introduced by the patch release
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
Bumps django from 6.0.4 to 6.0.5.
Commits
8f8ad09[6.0.x] Bumped version for 6.0.5 release.44ad76e[6.0.x] Fixed CVE-2026-6907 -- Prevented caching of requests when Vary header...1b0184a[6.0.x] Fixed CVE-2026-35192 -- Ensured Vary header is sent when setting sess...ad8f9e1[6.0.x] Fixed CVE-2026-5766 -- Enforced DATA_UPLOAD_MAX_MEMORY_SIZE in Memory...990ab01[6.0.x] Fixed #37039 -- Removed outdated note from QuerySet.iterator() docs.f0c269f[6.0.x] Fixed typo in stub release notes for 5.2.14.8bcd15b[6.0.x] Fixed #37067 -- Added trailing slash in django_file_prefixes().3cdec64[6.0.x] Refs CVE-2026-25674 -- Clarified role of umask in upload permissions.5dd5c70[6.0.x] Added stub release notes and release date for 6.0.5 and 5.2.14.8ee7341[6.0.x] Refs #373, #34122 -- Removed warning that ForeignObject is an interna...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 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)You can disable automated security fix PRs for this repo from the Security Alerts page.