Skip to content

Commit

Permalink
Merge branch 'main' into ttqureshi/lti-xblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ttqureshi authored Feb 17, 2025
2 parents bf099e2 + 40ee5e1 commit 12e0d29
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 20 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.36.18
boto3==1.36.21
# via fs-s3fs
botocore==1.36.18
botocore==1.36.21
# via
# boto3
# s3transfer
Expand All @@ -21,7 +21,7 @@ django==4.2.19
# django-statici18n
# edx-i18n-tools
# openedx-django-pyfs
django-appconf==1.0.6
django-appconf==1.1.0
# via django-statici18n
django-statici18n==2.6.0
# via -r requirements/base.in
Expand Down Expand Up @@ -81,7 +81,7 @@ pyyaml==6.0.2
# xblock
s3transfer==0.11.2
# via boto3
simplejson==3.19.3
simplejson==3.20.1
# via xblock
six==1.17.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ binaryornot==0.4.4
# -r requirements/quality.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.36.18
boto3==1.36.21
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.36.18
botocore==1.36.21
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -121,7 +121,7 @@ django==4.2.19
# edx-i18n-tools
# openedx-django-pyfs
# xblock-sdk
django-appconf==1.0.6
django-appconf==1.1.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -389,7 +389,7 @@ s3transfer==0.11.2
# -r requirements/quality.txt
# -r requirements/test.txt
# boto3
simplejson==3.19.3
simplejson==3.20.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down
12 changes: 8 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.36.18
boto3==1.36.21
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.36.18
botocore==1.36.21
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -79,6 +79,8 @@ coverage[toml]==7.6.12
# via
# -r requirements/test.txt
# pytest-cov
cryptography==44.0.1
# via secretstorage
distlib==0.3.9
# via
# -r requirements/test.txt
Expand All @@ -92,7 +94,7 @@ django==4.2.19
# edx-i18n-tools
# openedx-django-pyfs
# xblock-sdk
django-appconf==1.0.6
django-appconf==1.1.0
# via
# -r requirements/test.txt
# django-statici18n
Expand Down Expand Up @@ -318,7 +320,9 @@ s3transfer==0.11.2
# via
# -r requirements/test.txt
# boto3
simplejson==3.19.3
secretstorage==3.3.3
# via keyring
simplejson==3.20.1
# via
# -r requirements/test.txt
# xblock
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.36.18
boto3==1.36.21
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.36.18
botocore==1.36.21
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -90,7 +90,7 @@ django==4.2.19
# edx-i18n-tools
# openedx-django-pyfs
# xblock-sdk
django-appconf==1.0.6
django-appconf==1.1.0
# via
# -r requirements/test.txt
# django-statici18n
Expand Down Expand Up @@ -288,7 +288,7 @@ s3transfer==0.11.2
# via
# -r requirements/test.txt
# boto3
simplejson==3.19.3
simplejson==3.20.1
# via
# -r requirements/test.txt
# xblock
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ asgiref==3.8.1
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.36.18
boto3==1.36.21
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.36.18
botocore==1.36.21
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -57,7 +57,7 @@ distlib==0.3.9
# edx-i18n-tools
# openedx-django-pyfs
# xblock-sdk
django-appconf==1.0.6
django-appconf==1.1.0
# via
# -r requirements/base.txt
# django-statici18n
Expand Down Expand Up @@ -204,7 +204,7 @@ s3transfer==0.11.2
# via
# -r requirements/base.txt
# boto3
simplejson==3.19.3
simplejson==3.20.1
# via
# -r requirements/base.txt
# xblock
Expand Down

0 comments on commit 12e0d29

Please sign in to comment.