Skip to content

Commit

Permalink
Merge pull request openedx#34101 from openedx/hamzawaleed01/upgrade-e…
Browse files Browse the repository at this point in the history
…dx-enterprise-d15aca1

feat: Upgrade Python dependency edx-enterprise
  • Loading branch information
hamzawaleed01 committed Jan 24, 2024
2 parents d15aca1 + 2a87010 commit b4280d4
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.10.8
edx-enterprise==4.10.9

# 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.1.2
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.10.8
edx-enterprise==4.10.9
# 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.1.2
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.10.8
edx-enterprise==4.10.9
# 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.1.2
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.10.8
edx-enterprise==4.10.9
# 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.1.2
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.10.8
edx-enterprise==4.10.9
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down

0 comments on commit b4280d4

Please sign in to comment.