build(deps): bump django from 5.2.16 to 6.1 - #6839
Open
dependabot[bot] wants to merge 2 commits into
Open
Conversation
Bumps [django](https://github.com/django/django) from 5.2.16 to 6.1. - [Commits](django/django@5.2.16...6.1) --- updated-dependencies: - dependency-name: django dependency-version: '6.1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
BLEnder picked up this PR. Workflow run |
Contributor
|
Reviewing this major version bump. Workflow run |
Contributor
|
NO_VERDICT: could not evaluate this major version bump — manual review needed. |
…torage.url_converter Django 6.1 added an ignored_blocks parameter to HashedFilesMixin.url_converter and passes it positionally from _post_process, so the Relay override in privaterelay/storage.py raised "url_converter() takes from 3 to 4 positional arguments but 5 were given" and collectstatic failed in the Docker build. Added the ignored_blocks parameter to the override and forwarded it to super(). This also clears the Coveralls failure, which was a cascade: the frontend job needs build-docker, so it was skipped and never uploaded the frontend-coverage artifact.
Contributor
|
Reviewing this major version bump. Workflow run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps django from 5.2.16 to 6.1.
Commits
fe0a859[6.1.x] Bumped version for 6.1 release.6277045[6.1.x] Updated man page for Django 6.1.fc78c5c[6.1.x] Finalized release notes for Django 6.1.c58d861[6.1.x] Updated translations from Transifex.dc1b8de[6.1.x] Added missing lang override in translation fetching helper for Serbia...1f5bf63[6.1.x] Refs #36735 -- Added DatabaseFeatures.supports_uuid4_function_in_defa...8099984[6.1.x] Added CVE-2026-15307, CVE-2026-15337, CVE-2026-15830, and CVE-2026-15...5a260d3[6.1.x] Fixed CVE-2026-15920 -- Made display_for_field() validate URLs before...9e4a3f1[6.1.x] Fixed CVE-2026-15830 -- Mitigated potential DoS via nested geometry c...5b3523d[6.1.x] Fixed CVE-2026-15337 -- Mitigated potential DoS in check_for_language().Most Recent Ignore Conditions Applied to This Pull Request
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.Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖
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)