Skip to content

deps(py)(deps): bump django from 5.1.4 to 5.2.14 in /backend in the python-non-major group#28

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/backend/develop/python-non-major-588f067d90
Closed

deps(py)(deps): bump django from 5.1.4 to 5.2.14 in /backend in the python-non-major group#28
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/backend/develop/python-non-major-588f067d90

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 23, 2026

Bumps the python-non-major group in /backend with 1 update: django.

Updates django from 5.1.4 to 5.2.14

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-non-major group in /backend with 1 update: [django](https://github.com/django/django).


Updates `django` from 5.1.4 to 5.2.14
- [Commits](django/django@5.1.4...5.2.14)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 5.2.14
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-non-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 23, 2026

Labels

The following labels could not be found: backend, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@GabeMarques-Intetsu
Copy link
Copy Markdown
Collaborator

Fechando: django 5.1.4 → 5.2.14 é a transição LTS que o item B16 do Improvement-system.md (local) marca como decisão sprint-level — exige validação manual além do CI (settings deprecadas, middlewares customizados em apps/audit/middleware.py, auth backend, etc.). CI verde aqui é necessário mas não suficiente.

Estendendo o ignore do dependabot.yml para incluir semver-minor (mantém patches 5.1.x fluindo pra security fixes). Quando subir django para 5.2 em Sprint dedicada, remover ambos os ignores (minor + major).

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 23, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/pip/backend/develop/python-non-major-588f067d90 branch May 23, 2026 05:08
GabeMarques-Intetsu added a commit that referenced this pull request May 23, 2026
…t-level)

PR #28 do Dependabot propos django 5.1.4 -> 5.2.14 e foi classificado
como minor (semver), entrando no group python-non-major com CI verde.

Mas 5.1 -> 5.2 e a transicao LTS-para-LTS em Django, que o item B16 do
Improvement-system.md marca como decisao sprint-level: exige validacao
manual alem do CI (settings deprecadas, middlewares customizados,
auth backend, testes E2E reais).

Antes deste fix, o ignore cobria so 'version-update:semver-major'
(django 5.x -> 6.x). Agora cobre minor tambem, evitando que upgrades
LTS escapem como minor inocente.

Patches (5.1.5, 5.1.6, ...) continuam abertos — eles trazem fixes de
CVE que importam para producao.

Quando subir django em Sprint dedicada, remover este ignore inteiro
(volta a aceitar minor + major).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
GabeMarques-Intetsu added a commit that referenced this pull request May 23, 2026
…t-level)

PR #28 do Dependabot propos django 5.1.4 -> 5.2.14 e foi classificado
como minor (semver), entrando no group python-non-major com CI verde.

Mas 5.1 -> 5.2 e a transicao LTS-para-LTS em Django, que o item B16 do
Improvement-system.md marca como decisao sprint-level: exige validacao
manual alem do CI (settings deprecadas, middlewares customizados,
auth backend, testes E2E reais).

Antes deste fix, o ignore cobria so 'version-update:semver-major'
(django 5.x -> 6.x). Agora cobre minor tambem, evitando que upgrades
LTS escapem como minor inocente.

Patches (5.1.5, 5.1.6, ...) continuam abertos — eles trazem fixes de
CVE que importam para producao.

Quando subir django em Sprint dedicada, remover este ignore inteiro
(volta a aceitar minor + major).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
GabeMarques-Intetsu added a commit that referenced this pull request May 23, 2026
…t-level) (#30)

PR #28 do Dependabot propos django 5.1.4 -> 5.2.14 e foi classificado
como minor (semver), entrando no group python-non-major com CI verde.

Mas 5.1 -> 5.2 e a transicao LTS-para-LTS em Django, que o item B16 do
Improvement-system.md marca como decisao sprint-level: exige validacao
manual alem do CI (settings deprecadas, middlewares customizados,
auth backend, testes E2E reais).

Antes deste fix, o ignore cobria so 'version-update:semver-major'
(django 5.x -> 6.x). Agora cobre minor tambem, evitando que upgrades
LTS escapem como minor inocente.

Patches (5.1.5, 5.1.6, ...) continuam abertos — eles trazem fixes de
CVE que importam para producao.

Quando subir django em Sprint dedicada, remover este ignore inteiro
(volta a aceitar minor + major).

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant