python3Packages.django_5_1: 5.1.10 -> 5.1.11

https://docs.djangoproject.com/en/5.1/releases/5.1.11/
https://www.djangoproject.com/weblog/2025/jun/10/bugfix-releases/

Fixes: CVE-2025-48432
This commit is contained in:
Martin Weinelt
2025-06-11 04:06:25 +02:00
parent 4a0faaa92e
commit 789717801b
@@ -44,7 +44,7 @@
buildPythonPackage rec {
pname = "django";
version = "5.1.10";
version = "5.1.11";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-+VsTrlff1eBGaVBqRHNOivVXqBkfjZvY2dzawE1sOOQ=";
hash = "sha256-yHoK7NGa91QEVFLeHqJo126qNg1pTE7W6LEtbCLy4sw=";
};
patches =