python3Packages.django_5: 5.2.15 -> 5.2.16

https://docs.djangoproject.com/en/5.2/releases/5.2.16/
https://www.djangoproject.com/weblog/2026/jul/07/security-releases/

Fixes: CVE-2026-48588, CVE-2026-53877, CVE-2026-53878
(cherry picked from commit 4dea9ea7c2)
This commit is contained in:
Martin Weinelt
2026-07-07 17:02:20 +02:00
committed by github-actions[bot]
parent 46558495f1
commit 23ba66b604

View File

@@ -41,14 +41,14 @@
buildPythonPackage rec {
pname = "django";
version = "5.2.15";
version = "5.2.16";
pyproject = true;
src = fetchFromGitHub {
owner = "django";
repo = "django";
tag = version;
hash = "sha256-K9yFHr3IkVNMqoeumESszVlju2fW2r8hS8z6M2OdVpE=";
hash = "sha256-DZa3OkqnrgXp1A/HerKYdUdanvi5jxHndo1DV4RVs0M=";
};
patches = [