Skip to content

Commit

Permalink
chore: bump edx-enterprise to 3.61.6
Browse files Browse the repository at this point in the history
This adds user_id support to the bulk enrollment endpoint.

Also, this constrains openedx-blockstore due to a missing migration in
the latest release.
  • Loading branch information
pwnage101 committed Mar 9, 2023
1 parent e3e83c7 commit 71f7ec8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ django-storages<1.9
# 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==3.61.5
edx-enterprise==3.61.6

# oauthlib>3.0.1 causes test failures ( also remove the django-oauth-toolkit constraint when this is fixed )
oauthlib==3.0.1
Expand Down Expand Up @@ -73,7 +73,6 @@ pycodestyle<2.9.0
# and snowflake-connector-python>2.8.0 is released.
pyopenssl==22.0.0


cryptography==38.0.4 # greater version has some issues with openssl.

pylint<2.16.0 # greater version failing quality test. Fix them in seperate ticket.
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ edx-drf-extensions==8.4.1
# edx-when
# edxval
# learner-pathway-progress
edx-enterprise==3.61.5
edx-enterprise==3.61.6
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.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 @@ -595,7 +595,7 @@ edx-drf-extensions==8.4.1
# edx-when
# edxval
# learner-pathway-progress
edx-enterprise==3.61.5
edx-enterprise==3.61.6
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/testing.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 @@ -574,7 +574,7 @@ edx-drf-extensions==8.4.1
# edx-when
# edxval
# learner-pathway-progress
edx-enterprise==3.61.5
edx-enterprise==3.61.6
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down

0 comments on commit 71f7ec8

Please sign in to comment.