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 1 commit 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. |
WIP
Note: run/django is not working properly, this is a known bug documented in b/479621565
Description
Fixes #
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)