chode(multiple samples) Updating django instances and some of it dependencies.#14201
chode(multiple samples) Updating django instances and some of it dependencies.#14201XrossFox wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Code Review
This pull request attempts to update dependencies across several projects, including Django, django-environ, and pytest-django. The reviewer identified that the requested versions (Django 6.0.5, django-environ 0.13.0, and pytest-django 4.12.0) are not valid releases on PyPI and suggests reverting to the latest stable versions (Django 5.1.6, django-environ 0.12.0, and pytest-django 4.10.0) while maintaining compatibility with supported Python runtimes.
This is not true at all, i've checked existence directly in Pypi. The point of this PR is to update to secure versions of Django (6.0.5), which no longer support any python release under 3.12. |
3414578 to
e3abae9
Compare
oldest supported version is python 3.12.
Description
Django versions (3.x, 4.x, 5.x).
tests with the new Django 6.x requirements.
Note: run/django is not working properly, this is a known bug documented in b/479621565
Fixes b/511192727
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
nox -s py-3.9(see Test Environment Setup)nox -s lint(see Test Environment Setup)