Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ django-stubs>=4.2.7,<5 # The django-stubs version used determines the the myp
django-tastypie>=0.15.1 # Version must be kept in sync with Django
django-vite>=3.1.0
django-widget-tweaks>=1.4.12
djangorestframework>=3.16.0
djangorestframework>=3.17.2
docutils>=0.22.0 # Used only by dbtemplates for RestructuredText
types-docutils>=0.21.0 # should match docutils (0.22.0 not out yet)
drf-spectacular>=0.27
Expand Down Expand Up @@ -93,3 +93,4 @@ xml2rfc>=3.30.0
xym>=0.6,<0.10.0
zxcvbn>=4.5.0
types-zxcvbn~=4.5.0.20260518 # match zxcvbn version
sqlparse>=0.6.0 # not directly required, pinned by Snyk to avoid a vulnerability
Loading