Skip to content

Commit 48f4d54

Browse files
lullisn2ygk
andauthored
Fix range of allowed django versions (#1547)
* 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. * Update tests/app/idp/requirements.txt Co-authored-by: Alan Crosswell <alan@crosswell.us> --------- Co-authored-by: Alan Crosswell <alan@crosswell.us>
1 parent a24d0a8 commit 48f4d54

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>=4.2,<=5.1
22
django-cors-headers==3.14.0
33
django-environ==0.11.2
44

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

0 commit comments

Comments
 (0)