Skip to content

Commit

Permalink
chore: upgrade dot (openedx#33079)
Browse files Browse the repository at this point in the history
Co-authored-by: Muhammad Umar Khan <[email protected]>
  • Loading branch information
awais786 and mumarkhan999 authored Sep 18, 2023
1 parent 20efcdc commit 55260b9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ edx-enterprise==4.1.14
# mentioned on this issue https://github.com/openedx/edx-platform/issues/32884
# 2. Versions from 1.5.0 to 2.0.0 have some migrations related changes.
# so we're upgrading minor versions one by one.
django-oauth-toolkit==1.4.1
django-oauth-toolkit==1.5.0


# constrained in opaque_keys. migration guide here: https://pymongo.readthedocs.io/en/4.0/migrate-to-pymongo4.html
Expand Down
7 changes: 5 additions & 2 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ django-multi-email-field==0.7.0
# via edx-enterprise
django-mysql==4.11.0
# via -r requirements/edx/kernel.in
django-oauth-toolkit==1.4.1
django-oauth-toolkit==1.5.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down Expand Up @@ -651,7 +651,9 @@ jsonschema==4.19.0
jsonschema-specifications==2023.7.1
# via jsonschema
jwcrypto==1.5.0
# via pylti1p3
# via
# django-oauth-toolkit
# pylti1p3
kombu==5.3.2
# via celery
laboratory==1.0.2
Expand Down Expand Up @@ -1047,6 +1049,7 @@ six==1.16.0
# chem
# codejail-includes
# crowdsourcehinter-xblock
# django-oauth-toolkit
# edx-ace
# edx-auth-backends
# edx-ccx-keys
Expand Down
4 changes: 3 additions & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ django-mysql==4.11.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
django-oauth-toolkit==1.4.1
django-oauth-toolkit==1.5.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
Expand Down Expand Up @@ -1097,6 +1097,7 @@ jwcrypto==1.5.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# django-oauth-toolkit
# pylti1p3
kombu==5.3.2
# via
Expand Down Expand Up @@ -1829,6 +1830,7 @@ six==1.16.0
# chem
# codejail-includes
# crowdsourcehinter-xblock
# django-oauth-toolkit
# edx-ace
# edx-auth-backends
# edx-ccx-keys
Expand Down
4 changes: 3 additions & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ django-multi-email-field==0.7.0
# edx-enterprise
django-mysql==4.11.0
# via -r requirements/edx/base.txt
django-oauth-toolkit==1.4.1
django-oauth-toolkit==1.5.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -772,6 +772,7 @@ jsonschema-specifications==2023.7.1
jwcrypto==1.5.0
# via
# -r requirements/edx/base.txt
# django-oauth-toolkit
# pylti1p3
kombu==5.3.2
# via
Expand Down Expand Up @@ -1244,6 +1245,7 @@ six==1.16.0
# chem
# codejail-includes
# crowdsourcehinter-xblock
# django-oauth-toolkit
# edx-ace
# edx-auth-backends
# edx-ccx-keys
Expand Down
4 changes: 3 additions & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ django-multi-email-field==0.7.0
# edx-enterprise
django-mysql==4.11.0
# via -r requirements/edx/base.txt
django-oauth-toolkit==1.4.1
django-oauth-toolkit==1.5.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -837,6 +837,7 @@ jsonschema-specifications==2023.7.1
jwcrypto==1.5.0
# via
# -r requirements/edx/base.txt
# django-oauth-toolkit
# pylti1p3
kombu==5.3.2
# via
Expand Down Expand Up @@ -1387,6 +1388,7 @@ six==1.16.0
# chem
# codejail-includes
# crowdsourcehinter-xblock
# django-oauth-toolkit
# edx-ace
# edx-auth-backends
# edx-ccx-keys
Expand Down

0 comments on commit 55260b9

Please sign in to comment.