feat: Upgrade Python dependency edx-enterprise (#36710)

* feat: Upgrade Python dependency edx-enterprise

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

* fix: typo fix to trigger tests

---------

Co-authored-by: kiram15 <31229189+kiram15@users.noreply.github.com>
Co-authored-by: Kira Miller <kira.miller15@yahoo.com>
This commit is contained in:
github-actions[bot]
2025-05-13 16:19:42 -06:00
committed by GitHub
parent ba47f1fae5
commit 92af214b40
6 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ Decisions
part of the app's domain API), then test-relevant Python APIs should be
defined/exported in an intentional Python module called "api_for_tests.py".
Exmaples
Examples
~~~~~~~~
As a reference example, see the Python APIs exposed by the grades app in the