Skip to content

Commit

Permalink
Fix range of allowed django versions (#1547)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

---------

Co-authored-by: Alan Crosswell <[email protected]>
  • Loading branch information
lullis and n2ygk authored Jan 29, 2025
1 parent a24d0a8 commit 48f4d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/app/idp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django>=3.2,<4.2
Django>=4.2,<=5.1
django-cors-headers==3.14.0
django-environ==0.11.2

-e ../../../
-e ../../../

0 comments on commit 48f4d54

Please sign in to comment.