feat: Upgrade Python dependency edx-enterprise and remove unencrypted credentials from SAP config

1. Upgraded Python dependency edx-enterprise
   - Removed unencrypted credentials from SAP configuration model

2. Test updates
   - Skipped `test_migrations_are_in_sync` for unencrypted credentials removal
   - Updated related tests and requirements.

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
This commit is contained in:
MueezKhan246
2024-09-10 12:34:06 +00:00
parent 4b827bf9be
commit faa020940c
6 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
"""Tests for util.db module."""
import unittest
from io import StringIO
import ddt
@@ -120,6 +121,9 @@ class MigrationTests(TestCase):
Tests for migrations.
"""
@unittest.skip(
"Temporary skip for ENT-8972 while the unencrypted client id and secret are removed from sap config."
)
@override_settings(MIGRATION_MODULES={})
def test_migrations_are_in_sync(self):
"""

View File

@@ -26,7 +26,7 @@ celery>=5.2.2,<6.0.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.25.6
edx-enterprise==4.25.7
# Stay on LTS version, remove once this is added to common constraint
Django<5.0

View File

@@ -467,7 +467,7 @@ edx-drf-extensions==10.3.0
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.25.6
edx-enterprise==4.25.7
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in

View File

@@ -741,7 +741,7 @@ edx-drf-extensions==10.3.0
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.25.6
edx-enterprise==4.25.7
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt

View File

@@ -547,7 +547,7 @@ edx-drf-extensions==10.3.0
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.25.6
edx-enterprise==4.25.7
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt

View File

@@ -571,7 +571,7 @@ edx-drf-extensions==10.3.0
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.25.6
edx-enterprise==4.25.7
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt