Skip to content

Commit 2242329

Browse files
fix(django): Upgrade to 5.2 (#12524)
* fix(django): Upgrade to 5.2 * update deps + fix tagulous * resolve conflicts * use django 5.2 but against tagulous 2.1.0 * Latest Django patch --------- Co-authored-by: Valentijn Scholten <valentijnscholten@gmail.com>
1 parent 7f3d6ee commit 2242329

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ django_extensions==4.1
1818
django-slack==5.19.0
1919
django-watson==1.6.3
2020
django-prometheus==2.4.1
21-
Django==5.1.15
21+
Django==5.2.9
2222
django-single-session==0.2.0
2323
djangorestframework==3.16.1
2424
html2text==2025.4.15
@@ -50,7 +50,8 @@ django-crum==0.7.9
5050
JSON-log-formatter==1.1.1
5151
django-split-settings==1.3.2
5252
# do not upgrade to 2.1.1 - https://github.com/DefectDojo/django-DefectDojo/issues/12918
53-
django-tagulous==2.1.0
53+
# use fork with django 5.2 fixes, but based on 2.1.0
54+
git+https://github.com/valentijnscholten/django-tagulous.git@2b514f9140acfce608238d1426d864185b3c60a2#egg=django-tagulous
5455
PyJWT==2.10.1
5556
cvss==3.6
5657
django-fieldsignals==0.7.0

0 commit comments

Comments
 (0)