Skip to content

Commit

Permalink
feat: Upgrade Python dependency edx-enterprise
Browse files Browse the repository at this point in the history
restructured response from moodle request wrapper and replaced non encrypted fields of moodle config model with encrypted ones

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
  • Loading branch information
MueezKhan246 authored Dec 20, 2023
1 parent 21515dc commit 57fc9a1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ click>=8.0,<9.0
# 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.8.14
edx-enterprise==4.8.15

# 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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ edx-drf-extensions==9.0.1
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.8.14
edx-enterprise==4.8.15
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ edx-drf-extensions==9.0.1
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.8.14
edx-enterprise==4.8.15
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ edx-drf-extensions==9.0.1
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.8.14
edx-enterprise==4.8.15
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ edx-drf-extensions==9.0.1
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.8.14
edx-enterprise==4.8.15
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down

0 comments on commit 57fc9a1

Please sign in to comment.