diff options
author | Soumya Sambu <soumya.sambu@windriver.com> | 2025-02-21 18:10:38 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2025-03-03 08:05:00 -0500 |
commit | a4a48c8f4bcbe23cfa033854b92de8399b9b29e9 (patch) | |
tree | 2eda70650d869399d7ffe8bf17abb52e6afd9c26 | |
parent | 01e14fb8d919ea8e8ded8ffd74e36204f49f3bff (diff) | |
download | meta-openembedded-a4a48c8f4bcbe23cfa033854b92de8399b9b29e9.tar.gz |
python3-django: upgrade 5.0.10 -> 5.0.11
Fixes CVE-2024-56374
Release Notes:
https://docs.djangoproject.com/en/dev/releases/5.0.11/
Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-django_5.0.11.bb (renamed from meta-python/recipes-devtools/python/python3-django_5.0.10.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.10.bb b/meta-python/recipes-devtools/python/python3-django_5.0.11.bb index 339476a419..5060f3c9ad 100644 --- a/meta-python/recipes-devtools/python/python3-django_5.0.10.bb +++ b/meta-python/recipes-devtools/python/python3-django_5.0.11.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require python-django.inc | 1 | require python-django.inc |
2 | inherit setuptools3 | 2 | inherit setuptools3 |
3 | 3 | ||
4 | SRC_URI[sha256sum] = "0f6cbc56cc298b0451d20a5120c6a8731e9073330fb5d84295c23c151a1eb300" | 4 | SRC_URI[sha256sum] = "e7d98fa05ce09cb3e8d5ad6472fb602322acd1740bfdadc29c8404182d664f65" |
5 | 5 | ||
6 | RDEPENDS:${PN} += "\ | 6 | RDEPENDS:${PN} += "\ |
7 | python3-sqlparse \ | 7 | python3-sqlparse \ |