Skip to content

Commit 052014f

Browse files
committed
Fix range of allowed django versions
Running `docker-compose build` fails at the moment due to a package resolution conflict. Allowing to use django 4.2 solves the issue.
1 parent a24d0a8 commit 052014f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/app/idp/requirements.txt

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

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

0 commit comments

Comments
 (0)