Skip to content

Commit

Permalink
feat: Upgrade Python dependency learner-pathway-progress (openedx#32505)
Browse files Browse the repository at this point in the history
chore: Added management command to update LearnerPathwayProgress

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: bilaltahir21 <[email protected]>
  • Loading branch information
github-actions[bot] and bilaltahir21 authored Jun 19, 2023
1 parent 0348991 commit 4597cfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ lazy==1.5
# lti-consumer-xblock
# ora2
# xblock
learner-pathway-progress==1.3.3
learner-pathway-progress==1.3.4
# via -r requirements/edx/base.in
levenshtein==0.21.1
# via python-levenshtein
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ lazy-object-proxy==1.9.0
# via
# -r requirements/edx/testing.txt
# astroid
learner-pathway-progress==1.3.3
learner-pathway-progress==1.3.4
# via -r requirements/edx/testing.txt
levenshtein==0.21.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ lazy==1.5
# xblock
lazy-object-proxy==1.9.0
# via astroid
learner-pathway-progress==1.3.3
learner-pathway-progress==1.3.4
# via -r requirements/edx/base.txt
levenshtein==0.21.1
# via
Expand Down

0 comments on commit 4597cfc

Please sign in to comment.