python3Packages.django_5_1: 5.1.9 -> 5.1.10

https://docs.djangoproject.com/en/5.1/releases/5.1.10/
https://www.djangoproject.com/weblog/2025/jun/04/security-releases/

Fixes: CVE-2025-48432
This commit is contained in:
Martin Weinelt
2025-06-05 05:00:16 +02:00
parent da5af46a09
commit 00d8ed7ae2
@@ -44,7 +44,7 @@
buildPythonPackage rec {
pname = "django";
version = "5.1.9";
version = "5.1.10";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-uBP6MoVjPUtNu6KxLjaYmKTN42JIUCTJSuSnQWSxyQU=";
hash = "sha256-+VsTrlff1eBGaVBqRHNOivVXqBkfjZvY2dzawE1sOOQ=";
};
patches =