python3-django: upgrade 5.0.11 -> 5.0.13

Includes fix for CVE-2025-26699

Release Notes:
https://docs.djangoproject.com/en/dev/releases/5.0.12/
https://docs.djangoproject.com/en/dev/releases/5.0.13/

Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Soumya Sambu
2025-04-04 11:37:42 +00:00
committed by Khem Raj
parent 54f5df8907
commit 9e90eac533

View File

@@ -0,0 +1,9 @@
require python3-django.inc
inherit python_setuptools_build_meta
SRC_URI[sha256sum] = "f9d4b7b87a9dae248d5f20cec940cf7290e07d508d6d8432e3c2cabf09b3b0ff"
RDEPENDS:${PN} += "\
python3-sqlparse \
python3-asgiref \
"