Skip to content

Commit 5f3a662

Browse files
committed
Update whitenoise to 6.5
There's an encoding issue that affects iOS/Safari and I'm hoping this change resolves it.
1 parent 81b068c commit 5f3a662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gunicorn==20.1.0
1313
requests==2.22.0
1414

1515
# For serving static assets from the WSGI server
16-
whitenoise==4.1.4
16+
whitenoise==6.5.0
1717

1818
# Redirects requests to other hosts to this one
1919
django-enforce-host==1.0.1

0 commit comments

Comments
 (0)