Skip to content

Commit

Permalink
Merge pull request openedx#32679 from openedx/saleem-latif/upgrade-ed…
Browse files Browse the repository at this point in the history
…x-enterprise-ee87173

feat: Upgrade Python dependency edx-enterprise
  • Loading branch information
saleem-latif authored Jul 10, 2023
2 parents 9dac65a + 18359a8 commit 027c6a1
Show file tree
Hide file tree
Showing 4 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 @@ -32,7 +32,7 @@ django-storages==1.9.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==3.68.1
edx-enterprise==3.69.0

# oauthlib>3.0.1 causes test failures ( also remove the django-oauth-toolkit constraint when this is fixed )
oauthlib==3.0.1
Expand Down
4 changes: 2 additions & 2 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ edx-drf-extensions==8.8.0
# edx-when
# edxval
# learner-pathway-progress
edx-enterprise==3.68.1
edx-enterprise==3.69.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down Expand Up @@ -929,7 +929,7 @@ python3-openid==3.2.0 ; python_version >= "3"
# -r requirements/edx/kernel.in
# social-auth-core
python3-saml==1.15.0
# via -r requirements/edx/base.in
# via -r requirements/edx/kernel.in
pytz==2022.7.1
# via
# -c requirements/edx/../constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ edx-drf-extensions==8.8.0
# edx-when
# edxval
# learner-pathway-progress
edx-enterprise==3.68.1
edx-enterprise==3.69.0
# 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 @@ -585,7 +585,7 @@ edx-drf-extensions==8.8.0
# edx-when
# edxval
# learner-pathway-progress
edx-enterprise==3.68.1
edx-enterprise==3.69.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down

0 comments on commit 027c6a1

Please sign in to comment.