python3Packages.django_4: 4.2.16-> 4.2.17

Fixes CVE-2024-53907 and CVE-2024-53908.

Changes:
https://docs.djangoproject.com/en/dev/releases/4.2.17/
This commit is contained in:
Thomas Gerbet
2024-12-04 19:40:01 +01:00
parent 31c37acde9
commit c6d9cd94c6
+2 -2
View File
@@ -44,7 +44,7 @@
buildPythonPackage rec {
pname = "django";
version = "4.2.16";
version = "4.2.17";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-VW/qfqOadivtU8Xg70FLqENtOV7GqJM4bR2Ik6Yag+o=";
hash = "sha256-G3PAG/fe4yG55699XS8rcWigF92J0Fke1qnUxRqOUnc=";
};
patches =