chore: bump edx-enterprise-data from 10.22.12 to 10.22.13 - #205
Merged
Conversation
Picks up the fix keeping non-DSC enrollments visible in the Learner Progress Report. [ENT-12136]
There was a problem hiding this comment.
Pull request overview
This PR updates the pinned edx-enterprise-data dependency to incorporate upstream fixes (per ENT-12136) so the analytics API picks up the change that keeps non-DSC enrollments visible in the Learner Progress Report.
Changes:
- Bump
edx-enterprise-datafrom10.22.12to10.22.13across compiled requirements files used in different environments (base/dev/test/doc/production). - Keep the dependency pin consistent across all requirement sets.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| requirements/base.txt | Updates the core pinned version of edx-enterprise-data to 10.22.13. |
| requirements/dev.txt | Aligns dev dependency lock with the new edx-enterprise-data pin. |
| requirements/test.txt | Aligns test dependency lock with the new edx-enterprise-data pin. |
| requirements/doc.txt | Aligns docs build dependency lock with the new edx-enterprise-data pin. |
| requirements/production.txt | Aligns production dependency lock with the new edx-enterprise-data pin. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
rgopalrao-sonata-png
approved these changes
Aug 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
ENT-12136 — Bumps edx-enterprise-data from 10.22.12 to 10.22.13 so the analytics API includes:
The fix keeping non-DSC enrollments visible in the Learner Progress Report (openedx/edx-enterprise-data#703).