Skip to content

Commit

Permalink
chore: upgrade to edx-enterprise 4.2.0 (#33305)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored Sep 20, 2023
1 parent 0304a31 commit 32a1820
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 27 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ django-storages==1.12.3
# The team that owns this package will manually bump this package rather than having it pulled in automatically.
# This is to allow them to better control its deployment and to do it in a process that works better
# for them.
edx-enterprise==4.1.15
edx-enterprise==4.2.0

# 1. django-oauth-toolkit version >=2.0.0 has breaking changes. More details
# mentioned on this issue https://github.com/openedx/edx-platform/issues/32884
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx-sandbox/py38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cycler==0.11.0
# via matplotlib
fonttools==4.42.1
# via matplotlib
importlib-resources==6.0.1
importlib-resources==6.1.0
# via matplotlib
joblib==1.3.2
# via nltk
Expand Down
9 changes: 5 additions & 4 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ edx-drf-extensions==8.10.0
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.1.15
edx-enterprise==4.2.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down Expand Up @@ -545,6 +545,7 @@ edx-toggles==5.1.0
# via
# -r requirements/edx/kernel.in
# edx-completion
# edx-enterprise
# edx-event-bus-kafka
# edx-event-bus-redis
# edx-name-affirmation
Expand All @@ -557,7 +558,7 @@ edx-when==2.4.0
# via
# -r requirements/edx/kernel.in
# edx-proctoring
edxval==2.4.2
edxval==2.4.3
# via -r requirements/edx/kernel.in
elasticsearch==7.13.4
# via
Expand Down Expand Up @@ -615,7 +616,7 @@ idna==3.4
# yarl
importlib-metadata==6.8.0
# via markdown
importlib-resources==6.0.1
importlib-resources==6.1.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -652,7 +653,7 @@ jsonfield==3.1.0
# edx-submissions
# lti-consumer-xblock
# ora2
jsonschema==4.19.0
jsonschema==4.19.1
# via
# drf-spectacular
# optimizely-sdk
Expand Down
17 changes: 9 additions & 8 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ edx-drf-extensions==8.10.0
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.1.15
edx-enterprise==4.2.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
Expand Down Expand Up @@ -845,6 +845,7 @@ edx-toggles==5.1.0
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# edx-completion
# edx-enterprise
# edx-event-bus-kafka
# edx-event-bus-redis
# edx-name-affirmation
Expand All @@ -860,7 +861,7 @@ edx-when==2.4.0
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# edx-proctoring
edxval==2.4.2
edxval==2.4.3
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -896,7 +897,7 @@ execnet==2.0.2
# pytest-xdist
factory-boy==3.3.0
# via -r requirements/edx/testing.txt
faker==19.6.1
faker==19.6.2
# via
# -r requirements/edx/testing.txt
# factory-boy
Expand Down Expand Up @@ -1016,7 +1017,7 @@ importlib-metadata==6.8.0
# markdown
# pytest-randomly
# sphinx
importlib-resources==6.0.1
importlib-resources==6.1.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -1089,7 +1090,7 @@ jsonfield==3.1.0
# edx-submissions
# lti-consumer-xblock
# ora2
jsonschema==4.19.0
jsonschema==4.19.1
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -1486,7 +1487,7 @@ pydantic-core==2.6.3
# via
# -r requirements/edx/testing.txt
# pydantic
pydata-sphinx-theme==0.14.0
pydata-sphinx-theme==0.14.1
# via
# -r requirements/edx/doc.txt
# sphinx-book-theme
Expand Down Expand Up @@ -2056,13 +2057,13 @@ tqdm==4.66.1
# -r requirements/edx/testing.txt
# nltk
# openai
types-pytz==2023.3.1.0
types-pytz==2023.3.1.1
# via django-stubs
types-pyyaml==6.0.12.11
# via
# django-stubs
# djangorestframework-stubs
types-requests==2.31.0.2
types-requests==2.31.0.3
# via djangorestframework-stubs
types-urllib3==1.26.25.14
# via types-requests
Expand Down
11 changes: 6 additions & 5 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ edx-drf-extensions==8.10.0
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.1.15
edx-enterprise==4.2.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -624,6 +624,7 @@ edx-toggles==5.1.0
# via
# -r requirements/edx/base.txt
# edx-completion
# edx-enterprise
# edx-event-bus-kafka
# edx-event-bus-redis
# edx-name-affirmation
Expand All @@ -636,7 +637,7 @@ edx-when==2.4.0
# via
# -r requirements/edx/base.txt
# edx-proctoring
edxval==2.4.2
edxval==2.4.3
# via -r requirements/edx/base.txt
elasticsearch==7.13.4
# via
Expand Down Expand Up @@ -713,7 +714,7 @@ importlib-metadata==6.8.0
# -r requirements/edx/base.txt
# markdown
# sphinx
importlib-resources==6.0.1
importlib-resources==6.1.0
# via
# -r requirements/edx/base.txt
# jsonschema
Expand Down Expand Up @@ -765,7 +766,7 @@ jsonfield==3.1.0
# edx-submissions
# lti-consumer-xblock
# ora2
jsonschema==4.19.0
jsonschema==4.19.1
# via
# -r requirements/edx/base.txt
# drf-spectacular
Expand Down Expand Up @@ -1027,7 +1028,7 @@ pycryptodomex==3.19.0
# lti-consumer-xblock
# pyjwkest
# snowflake-connector-python
pydata-sphinx-theme==0.14.0
pydata-sphinx-theme==0.14.1
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/edx/semgrep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ glom==22.1.0
# via semgrep
idna==3.4
# via requests
importlib-resources==6.0.1
importlib-resources==6.1.0
# via
# jsonschema
# jsonschema-specifications
jsonschema==4.19.0
jsonschema==4.19.1
# via semgrep
jsonschema-specifications==2023.7.1
# via jsonschema
Expand Down
11 changes: 6 additions & 5 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ edx-drf-extensions==8.10.0
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.1.15
edx-enterprise==4.2.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -657,6 +657,7 @@ edx-toggles==5.1.0
# via
# -r requirements/edx/base.txt
# edx-completion
# edx-enterprise
# edx-event-bus-kafka
# edx-event-bus-redis
# edx-name-affirmation
Expand All @@ -669,7 +670,7 @@ edx-when==2.4.0
# via
# -r requirements/edx/base.txt
# edx-proctoring
edxval==2.4.2
edxval==2.4.3
# via -r requirements/edx/base.txt
elasticsearch==7.13.4
# via
Expand All @@ -695,7 +696,7 @@ execnet==2.0.2
# via pytest-xdist
factory-boy==3.3.0
# via -r requirements/edx/testing.in
faker==19.6.1
faker==19.6.2
# via factory-boy
fastapi==0.103.1
# via pact-python
Expand Down Expand Up @@ -772,7 +773,7 @@ importlib-metadata==6.8.0
# -r requirements/edx/base.txt
# markdown
# pytest-randomly
importlib-resources==6.0.1
importlib-resources==6.1.0
# via
# -r requirements/edx/base.txt
# jsonschema
Expand Down Expand Up @@ -831,7 +832,7 @@ jsonfield==3.1.0
# edx-submissions
# lti-consumer-xblock
# ora2
jsonschema==4.19.0
jsonschema==4.19.1
# via
# -r requirements/edx/base.txt
# drf-spectacular
Expand Down
2 changes: 1 addition & 1 deletion scripts/xblock/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ idna==3.4
# via requests
requests==2.31.0
# via -r scripts/xblock/requirements.in
urllib3==2.0.4
urllib3==2.0.5
# via requests

0 comments on commit 32a1820

Please sign in to comment.