diff options
author | Soumya Sambu <soumya.sambu@windriver.com> | 2025-01-07 15:17:37 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-07 09:33:17 -0800 |
commit | 45e6be8c334a6348dbdc72703a415ae12c299995 (patch) | |
tree | edaf88b615d7dacc549cc2594c5ae2577d6862f7 /meta-python/recipes-devtools/python | |
parent | 913a6d22e12ec3ca9527fd6d54c47f22832c8d91 (diff) | |
download | meta-openembedded-45e6be8c334a6348dbdc72703a415ae12c299995.tar.gz |
python3-django: upgrade 5.0.9 -> 5.0.10
Fixes CVE-2024-53907 and CVE-2024-53908
Release Notes:
https://docs.djangoproject.com/en/dev/releases/5.0.10/
Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-django_5.0.10.bb (renamed from meta-python/recipes-devtools/python/python3-django_5.0.9.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.9.bb b/meta-python/recipes-devtools/python/python3-django_5.0.10.bb index 2de4832163..beadf3e953 100644 --- a/meta-python/recipes-devtools/python/python3-django_5.0.9.bb +++ b/meta-python/recipes-devtools/python/python3-django_5.0.10.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require python3-django.inc | 1 | require python3-django.inc |
2 | inherit python_setuptools_build_meta | 2 | inherit python_setuptools_build_meta |
3 | 3 | ||
4 | SRC_URI[sha256sum] = "6333870d342329b60174da3a60dbd302e533f3b0bb0971516750e974a99b5a39" | 4 | SRC_URI[sha256sum] = "0f6cbc56cc298b0451d20a5120c6a8731e9073330fb5d84295c23c151a1eb300" |
5 | 5 | ||
6 | RDEPENDS:${PN} += "\ | 6 | RDEPENDS:${PN} += "\ |
7 | python3-sqlparse \ | 7 | python3-sqlparse \ |