chore(deps): update dependency django to v6.1 - #198
Conversation
4fe1c17 to
11ecaf3
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
11ecaf3 to
a1db1ee
Compare
|
@copilot review dependencies latest documentation that are being updated here in PR. Check and validate for any possible migration required and if so, implement minimally viable changes. If breaking changes are in place, stop and provide a detail review only. |
Co-authored-by: dtoxvanilla1991 <73205087+dtoxvanilla1991@users.noreply.github.com>
Addressed in I reviewed the Django 6.1 release/install docs and the relevant impact here is Python support: Django 6.1 supports Python 3.12+, while this repo still supports 3.9–3.11 in CI and packaging. The SDK does not appear to rely on Django-specific APIs that need migration changes, so I applied the minimal safe fix by keeping Django 4.2 for Python <3.12 and allowing Django 6.1 only for Python >=3.12. I also validated the updated markers and ran |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
>=6.0.6,<6.1.0→>=6.1,<6.2.0>=4.2.0,<5.0.0→>=6.1,<6.2.0Release Notes
django/django (django)
v6.1Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.