python3Packages.django_5_1: 5.1.13 -> 5.1.14

https://docs.djangoproject.com/en/5.1/releases/5.1.14/
https://www.djangoproject.com/weblog/2025/nov/05/security-releases/

Fixes: CVE-2025-64458, CVE-2025-64459
This commit is contained in:
Martin Weinelt
2025-11-05 17:05:50 +01:00
parent a71dd191ec
commit de33b86b68
@@ -44,7 +44,7 @@
buildPythonPackage rec {
pname = "django";
version = "5.1.13";
version = "5.1.14";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-y6wBMQ2BA6UUOJDWGhidCFwthtXZU2r0oGOUUSwKvQE=";
hash = "sha256-zRyI1aSRTyOjRogRj2Kgtr1jMPUTvoGHKypK2vQumhw=";
};
patches = [