Skip to content

Commit 404904b

Browse files
authored
Update requirements/pip.txt
1 parent e9fb6ef commit 404904b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/pip.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ django-debug-toolbar==3.2.4
112112
# For enabling content-security-policy
113113
django-csp==3.7
114114
# For setting the permissions-policy security header
115-
django-permissions-policy==4.8.0
115+
# We can not upgrade to 4.8.0 because it removes `interest-cohort` feature and we are still using it.
116+
django-permissions-policy==4.7.0
116117

117118
django-structlog==2.2.0
118119
structlog==21.5.0

0 commit comments

Comments
 (0)