diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index e9bb9f98f57d..f0f092e6a410 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -77,7 +77,6 @@ jobs: with: ref: master - - name: Setup Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: @@ -136,6 +135,9 @@ jobs: pip check # fail if this test-reqs/Django combination is broken fi + - name: list installed package versions + run: | + sudo pip freeze - name: Run Tests env: LMS_CFG: lms/envs/minimal.yml diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index bc583442dcdf..7005f4350a0a 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -1890,7 +1890,7 @@ snowflake-connector-python==3.2.1 # -r requirements/edx/doc.txt # -r requirements/edx/testing.txt # edx-enterprise -social-auth-app-django==5.0.0 +social-auth-app-django==5.3.0 # via # -c requirements/edx/../constraints.txt # -r requirements/edx/doc.txt