Upgrade drf (#32667)
* chore: upgrading drf. * feat: Upgrade Python dependency djangorestframework (#32563) Upgrading drf to latest version. Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master` Co-authored-by: awais786 <awais786@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: awais786 <awais786@users.noreply.github.com>
This commit is contained in:
@@ -112,5 +112,5 @@ docutils<0.20
|
||||
# greater version has dropped few dependencies. Fix this in other ticket.
|
||||
drf-yasg<1.21.6
|
||||
|
||||
# incremental upgrade approach. After successfull deploy remove this pin and try latest version.
|
||||
djangorestframework<3.14.0
|
||||
# Adding pin to avoid any major upgrade
|
||||
djangorestframework<3.15.0
|
||||
|
||||
@@ -376,7 +376,7 @@ django-webpack-loader==0.7.0
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/kernel.in
|
||||
# edx-proctoring
|
||||
djangorestframework==3.13.1
|
||||
djangorestframework==3.14.0
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/kernel.in
|
||||
|
||||
@@ -495,7 +495,7 @@ django-webpack-loader==0.7.0
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/testing.txt
|
||||
# edx-proctoring
|
||||
djangorestframework==3.13.1
|
||||
djangorestframework==3.14.0
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/testing.txt
|
||||
|
||||
@@ -471,7 +471,7 @@ django-webpack-loader==0.7.0
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/base.txt
|
||||
# edx-proctoring
|
||||
djangorestframework==3.13.1
|
||||
djangorestframework==3.14.0
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/base.txt
|
||||
|
||||
Reference in New Issue
Block a user