Skip to content

Commit 168f921

Browse files
committed
Update idp test requirements
This fails when running newer pythons (tested on python 3.11) deps need updating
1 parent acc1753 commit 168f921

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/app/idp/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Django>=3.2,<4.2
2-
django-cors-headers==3.14.0
1+
Django>=3.2
2+
django-cors-headers==4.6.0
33
django-environ==0.11.2
44

5-
-e ../../../
5+
-e ../../../

0 commit comments

Comments
 (0)