Skip to content

Commit

Permalink
feat: upgrade edx-drf-extensions
Browse files Browse the repository at this point in the history
This enables new JwtAuthentication related
functionality that will be toggled on with
a separate settings PR.
  • Loading branch information
robrap committed Nov 15, 2023
1 parent 7f16a42 commit 4333dfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ edx-django-utils==5.7.0
# via
# -r requirements/base.in
# edx-drf-extensions
edx-drf-extensions==8.12.0
edx-drf-extensions==8.13.1
# via -r requirements/base.in
edx-opaque-keys==2.5.1
# via edx-drf-extensions
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ edx-django-utils==5.7.0
# via
# -r requirements/base.txt
# edx-drf-extensions
edx-drf-extensions==8.12.0
edx-drf-extensions==8.13.1
# via -r requirements/base.txt
edx-opaque-keys==2.5.1
# via
Expand Down Expand Up @@ -186,7 +186,9 @@ pbr==5.11.1
pep8==1.7.1
# via -r requirements/test.in
platformdirs==3.11.0
# via virtualenv
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# virtualenv
pluggy==1.3.0
# via
# diff-cover
Expand Down Expand Up @@ -290,9 +292,7 @@ tomli==2.0.1
# pytest
# tox
tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.in
# via -r requirements/test.in
typing-extensions==4.8.0
# via
# -r requirements/base.txt
Expand Down

0 comments on commit 4333dfe

Please sign in to comment.