Skip to content

Commit f3822a1

Browse files
DeimerMfarhaanbukhshfelipemontoya
authored
Teak 2 update (#309)
* chore: update openedx-forum to fix issues Signed-off-by: Farhaan Bukhsh <[email protected]> * chore: change release line from 'master' to 'teak' (openedx#37312) * fix: running make compile_requirements to fix conflicts --------- Signed-off-by: Farhaan Bukhsh <[email protected]> Co-authored-by: Farhaan Bukhsh <[email protected]> Co-authored-by: Felipe Montoya <[email protected]>
1 parent d5a8287 commit f3822a1

File tree

9 files changed

+6
-20
lines changed

9 files changed

+6
-20
lines changed

openedx/core/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# The release line: an Open edX release name ("ficus"), or "master".
99
# This should always be "master" on the master branch, and will be changed
1010
# manually when we start release-line branches, like open-release/ficus.master.
11-
RELEASE_LINE = "master"
11+
RELEASE_LINE = "teak"
1212

1313

1414
def doc_version():

requirements/common_constraints.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ Django<5.0
2323
# See https://github.com/openedx/edx-platform/issues/35126 for more info
2424
elasticsearch<7.14.0
2525

26-
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
27-
2826
# Cause: https://github.com/openedx/edx-lint/issues/458
2927
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
3028
pip<24.3
31-
32-
# Cause: https://github.com/openedx/edx-lint/issues/475
33-
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
34-
urllib3<2.3.0

requirements/edx/base.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ openedx-filters==2.0.1
815815
# -r requirements/edx/kernel.in
816816
# lti-consumer-xblock
817817
# ora2
818-
openedx-forum==0.2.0
818+
openedx-forum==0.3.4
819819
# via -r requirements/edx/kernel.in
820820
openedx-learning==0.26.0
821821
# via
@@ -1187,7 +1187,6 @@ uritemplate==4.1.1
11871187
# google-api-python-client
11881188
urllib3==2.2.3
11891189
# via
1190-
# -c requirements/edx/../common_constraints.txt
11911190
# botocore
11921191
# elasticsearch
11931192
# requests

requirements/edx/development.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ openedx-filters==2.0.1
13741374
# -r requirements/edx/testing.txt
13751375
# lti-consumer-xblock
13761376
# ora2
1377-
openedx-forum==0.2.0
1377+
openedx-forum==0.3.4
13781378
# via
13791379
# -r requirements/edx/doc.txt
13801380
# -r requirements/edx/testing.txt
@@ -2155,7 +2155,6 @@ uritemplate==4.1.1
21552155
# google-api-python-client
21562156
urllib3==2.2.3
21572157
# via
2158-
# -c requirements/edx/../common_constraints.txt
21592158
# -r requirements/edx/doc.txt
21602159
# -r requirements/edx/testing.txt
21612160
# botocore

requirements/edx/doc.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ openedx-filters==2.0.1
986986
# -r requirements/edx/base.txt
987987
# lti-consumer-xblock
988988
# ora2
989-
openedx-forum==0.2.0
989+
openedx-forum==0.3.4
990990
# via -r requirements/edx/base.txt
991991
openedx-learning==0.26.0
992992
# via
@@ -1500,7 +1500,6 @@ uritemplate==4.1.1
15001500
# google-api-python-client
15011501
urllib3==2.2.3
15021502
# via
1503-
# -c requirements/edx/../common_constraints.txt
15041503
# -r requirements/edx/base.txt
15051504
# botocore
15061505
# elasticsearch

requirements/edx/semgrep.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ typing-extensions==4.13.2
126126
# semgrep
127127
urllib3==2.2.3
128128
# via
129-
# -c requirements/edx/../common_constraints.txt
130129
# requests
131130
# semgrep
132131
wcmatch==8.5.2

requirements/edx/testing.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ openedx-filters==2.0.1
10441044
# -r requirements/edx/base.txt
10451045
# lti-consumer-xblock
10461046
# ora2
1047-
openedx-forum==0.2.0
1047+
openedx-forum==0.3.4
10481048
# via -r requirements/edx/base.txt
10491049
openedx-learning==0.26.0
10501050
# via
@@ -1597,7 +1597,6 @@ uritemplate==4.1.1
15971597
# google-api-python-client
15981598
urllib3==2.2.3
15991599
# via
1600-
# -c requirements/edx/../common_constraints.txt
16011600
# -r requirements/edx/base.txt
16021601
# botocore
16031602
# elasticsearch

scripts/user_retirement/requirements/base.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ uritemplate==4.1.1
157157
# via google-api-python-client
158158
urllib3==1.26.20
159159
# via
160-
# -c scripts/user_retirement/requirements/../../../requirements/common_constraints.txt
161160
# -r scripts/user_retirement/requirements/base.in
162161
# botocore
163162
# requests

scripts/xblock/requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ idna==3.10
1515
requests==2.32.3
1616
# via -r scripts/xblock/requirements.in
1717
urllib3==2.2.3
18-
# via
19-
# -c scripts/xblock/../../requirements/common_constraints.txt
20-
# requests
18+
# via requests

0 commit comments

Comments
 (0)