File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
3434 python-version : " 3.11"
3535 sonar : false
3636 junit-xml-upload : false
37- - env : py310-django5
37+ - env : py310-django4
3838 python-version : " 3.10"
3939 sonar : false
4040 junit-xml-upload : false
41- - env : py311-django5
41+ - env : py311-django4
4242 python-version : " 3.11"
4343 sonar : false
4444 junit-xml-upload : false
45- - env : py312-django5
45+ - env : py312-django4
4646 python-version : " 3.12"
4747 sonar : false
4848 junit-xml-upload : false
Original file line number Diff line number Diff line change 33# if you are add a new feature which requires dependencies they should be in a separate requirements_<feature>.in file
44#
55cryptography
6- Django>5 .2.0 ,<6.0
6+ Django>=4 .2.21 ,<6.0
77djangorestframework
88django-crum
99inflection
You can’t perform that action at this time.
0 commit comments