guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 36a37a67675b763110bfa4dd68dc9bc86a970c64
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Mon Feb 9 22:02:40 2026 +0100
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 <[email protected]>
---
gnu/packages/django.scm | 7 +++----
1 file 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