Skip to content

Commit

Permalink
feat: Upgrade Python dependency django-model-utils (openedx#34610)
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: UsamaSadiq <[email protected]>
  • Loading branch information
github-actions[bot] and UsamaSadiq committed Apr 25, 2024
1 parent c37e976 commit 18c2e8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ django-js-asset==2.2.0
# via django-mptt
django-method-override==1.0.4
# via -r requirements/edx/kernel.in
django-model-utils==4.4.0
django-model-utils==4.5.0
# via
# -r requirements/edx/kernel.in
# django-user-tasks
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ django-method-override==1.0.4
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
django-model-utils==4.4.0
django-model-utils==4.5.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.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 @@ -359,7 +359,7 @@ django-js-asset==2.2.0
# django-mptt
django-method-override==1.0.4
# via -r requirements/edx/base.txt
django-model-utils==4.4.0
django-model-utils==4.5.0
# via
# -r requirements/edx/base.txt
# django-user-tasks
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ django-js-asset==2.2.0
# django-mptt
django-method-override==1.0.4
# via -r requirements/edx/base.txt
django-model-utils==4.4.0
django-model-utils==4.5.0
# via
# -r requirements/edx/base.txt
# django-user-tasks
Expand Down

0 comments on commit 18c2e8f

Please sign in to comment.