Skip to content

Commit

Permalink
chore: upgrade dot (#33309)
Browse files Browse the repository at this point in the history
* chore: upgrade dot



Co-authored-by: mumarkhan999 <[email protected]>
  • Loading branch information
mumarkhan999 and mumarkhan999 committed Sep 22, 2023
1 parent 735aae7 commit f9148f0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 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.3.1
# 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.5.0
django-oauth-toolkit==1.6.2


# constrained in opaque_keys. migration guide here: https://pymongo.readthedocs.io/en/4.0/migrate-to-pymongo4.html
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,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.5.0
django-oauth-toolkit==1.6.2
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down Expand Up @@ -1062,7 +1062,6 @@ six==1.16.0
# chem
# codejail-includes
# crowdsourcehinter-xblock
# django-oauth-toolkit
# edx-ace
# edx-auth-backends
# edx-ccx-keys
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ django-mysql==4.11.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
django-oauth-toolkit==1.5.0
django-oauth-toolkit==1.6.2
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
Expand Down Expand Up @@ -1841,7 +1841,6 @@ six==1.16.0
# chem
# codejail-includes
# crowdsourcehinter-xblock
# django-oauth-toolkit
# edx-ace
# edx-auth-backends
# edx-ccx-keys
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,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.5.0
django-oauth-toolkit==1.6.2
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -1256,7 +1256,6 @@ six==1.16.0
# chem
# codejail-includes
# crowdsourcehinter-xblock
# django-oauth-toolkit
# edx-ace
# edx-auth-backends
# edx-ccx-keys
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,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.5.0
django-oauth-toolkit==1.6.2
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -1399,7 +1399,6 @@ 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 f9148f0

Please sign in to comment.