File tree Expand file tree Collapse file tree 6 files changed +6
-1
lines changed
scripts/user_retirement/requirements Expand file tree Collapse file tree 6 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1616# this file from Github directly. It does not require packaging in edx-lint.
1717
1818# using LTS django version
19-
19+ Django<6.0
2020
2121# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
2222# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ defusedxml==0.7.1
172172 # social-auth-core
173173django==5.2.7
174174 # via
175+ # -c requirements/common_constraints.txt
175176 # -c requirements/constraints.txt
176177 # -r requirements/edx/kernel.in
177178 # casbin-django-orm-adapter
Original file line number Diff line number Diff line change @@ -345,6 +345,7 @@ distlib==0.4.0
345345 # virtualenv
346346django==5.2.7
347347 # via
348+ # -c requirements/common_constraints.txt
348349 # -c requirements/constraints.txt
349350 # -r requirements/edx/doc.txt
350351 # -r requirements/edx/testing.txt
Original file line number Diff line number Diff line change @@ -234,6 +234,7 @@ defusedxml==0.7.1
234234 # social-auth-core
235235django==5.2.7
236236 # via
237+ # -c requirements/common_constraints.txt
237238 # -c requirements/constraints.txt
238239 # -r requirements/edx/base.txt
239240 # casbin-django-orm-adapter
Original file line number Diff line number Diff line change @@ -261,6 +261,7 @@ distlib==0.4.0
261261 # via virtualenv
262262django==5.2.7
263263 # via
264+ # -c requirements/common_constraints.txt
264265 # -c requirements/constraints.txt
265266 # -r requirements/edx/base.txt
266267 # casbin-django-orm-adapter
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ cryptography==45.0.7
3636 # pyjwt
3737django==5.2.7
3838 # via
39+ # -c requirements/common_constraints.txt
3940 # -c requirements/constraints.txt
4041 # django-crum
4142 # django-waffle
You can’t perform that action at this time.
0 commit comments