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:
34
34
python-version : " 3.11"
35
35
sonar : false
36
36
junit-xml-upload : false
37
- - env : py310-django5
37
+ - env : py310-django4
38
38
python-version : " 3.10"
39
39
sonar : false
40
40
junit-xml-upload : false
41
- - env : py311-django5
41
+ - env : py311-django4
42
42
python-version : " 3.11"
43
43
sonar : false
44
44
junit-xml-upload : false
45
- - env : py312-django5
45
+ - env : py312-django4
46
46
python-version : " 3.12"
47
47
sonar : false
48
48
junit-xml-upload : false
Original file line number Diff line number Diff line change 3
3
# if you are add a new feature which requires dependencies they should be in a separate requirements_<feature>.in file
4
4
#
5
5
cryptography
6
- Django>5 .2.0 ,<6.0
6
+ Django>=4 .2.21 ,<6.0
7
7
djangorestframework
8
8
django-crum
9
9
inflection
You can’t perform that action at this time.
0 commit comments