diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-02-09 22:02:40 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-10 14:59:58 +0000 |
| commit | 36a37a67675b763110bfa4dd68dc9bc86a970c64 (patch) | |
| tree | e4a698b8fe9ed361a60e196c8d26c6693b426d41 /gnu | |
| parent | 7e8c76c7857ff49142d125f4c99e7746c9a04814 (diff) | |
gnu: python-django: Update to 5.2.11.
Fixes CVEs CVE-2026-1207, CVE-2026-1285, CVE-2026-1287, CVE-2026-1312,
CVE-2025-13473, and CVE-2025-14550.
* gnu/packages/django.scm (python-django): Update to 5.2.11.
[native-inputs]: Remove python-wheel.
Change-Id: I7f9b2f9e074e2754d690e75d97fae6b770573d01
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/django.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 098fbcfb13..eb6d51b3e1 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -203,13 +203,13 @@ your project into different processes.") (define-public python-django (package (name "python-django") - (version "5.2.9") + (version "5.2.11") (source (origin (method url-fetch) (uri (pypi-uri "django" version)) (sha256 - (base32 "15d45imlysz7wcm4azf6a9rjv19jxb953x8sav0fc9wcbvycrd8n")))) + (base32 "1lq2dynfw6jmvzrzgfrlij2qnxcksaxgnrfr0pj3bvmrv0m2jbbz")))) (build-system pyproject-build-system) (arguments '(#:test-flags @@ -270,8 +270,7 @@ your project into different processes.") python-pyyaml python-setuptools ;; optional for tests: python-selenium - python-tblib - python-wheel)) + python-tblib)) (propagated-inputs (list python-asgiref python-sqlparse |
