Skip to content

Commit

Permalink
feat: Upgrade Python dependency edx-enterprise (openedx#33242)
Browse files Browse the repository at this point in the history
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: kiram15 <[email protected]>
Co-authored-by: Kira Miller <[email protected]>
  • Loading branch information
3 people authored Sep 13, 2023
1 parent 0ae63de commit 0592b76
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 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.11.1
# 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.12
edx-enterprise==4.1.13

# 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
6 changes: 4 additions & 2 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,9 @@ edx-auth-backends==4.2.0
# -r requirements/edx/kernel.in
# openedx-blockstore
edx-braze-client==0.1.7
# via -r requirements/edx/bundled.in
# via
# -r requirements/edx/bundled.in
# edx-enterprise
edx-bulk-grades==1.0.2
# via
# -r requirements/edx/kernel.in
Expand Down Expand Up @@ -481,7 +483,7 @@ edx-drf-extensions==8.9.2
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.1.12
edx-enterprise==4.1.13
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down
3 changes: 2 additions & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ edx-braze-client==0.1.7
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# edx-enterprise
edx-bulk-grades==1.0.2
# via
# -r requirements/edx/doc.txt
Expand Down Expand Up @@ -748,7 +749,7 @@ edx-drf-extensions==8.9.2
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.1.12
edx-enterprise==4.1.13
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
Expand Down
6 changes: 4 additions & 2 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,9 @@ edx-auth-backends==4.2.0
# -r requirements/edx/base.txt
# openedx-blockstore
edx-braze-client==0.1.7
# via -r requirements/edx/base.txt
# via
# -r requirements/edx/base.txt
# edx-enterprise
edx-bulk-grades==1.0.2
# via
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -555,7 +557,7 @@ edx-drf-extensions==8.9.2
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.1.12
edx-enterprise==4.1.13
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down
6 changes: 4 additions & 2 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,9 @@ edx-auth-backends==4.2.0
# -r requirements/edx/base.txt
# openedx-blockstore
edx-braze-client==0.1.7
# via -r requirements/edx/base.txt
# via
# -r requirements/edx/base.txt
# edx-enterprise
edx-bulk-grades==1.0.2
# via
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -585,7 +587,7 @@ edx-drf-extensions==8.9.2
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.1.12
edx-enterprise==4.1.13
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down

0 comments on commit 0592b76

Please sign in to comment.