Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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.11.0
# via django
boto3==1.41.2
boto3==1.41.5
# via fs-s3fs
botocore==1.41.2
botocore==1.41.5
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -70,7 +70,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.3
sqlparse==0.5.4
# via django
stevedore==5.6.0
# via edx-opaque-keys
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.41.2
boto3==1.41.5
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.41.2
botocore==1.41.5
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -384,7 +384,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.3
sqlparse==0.5.4
# via
# -r requirements/test.txt
# django
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ asgiref==3.11.0
# via
# -r requirements/base.txt
# django
boto3==1.41.2
boto3==1.41.5
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.41.2
botocore==1.41.5
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -118,7 +118,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.3
sqlparse==0.5.4
# via
# -r requirements/base.txt
# django
Expand Down
14 changes: 7 additions & 7 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ babel==2.17.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.14.2
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
boto3==1.41.2
boto3==1.41.5
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.41.2
botocore==1.41.5
# via
# -r requirements/base.txt
# boto3
Expand All @@ -47,7 +47,7 @@ dnspython==2.8.0
# via
# -r requirements/base.txt
# pymongo
docutils==0.21.2
docutils==0.22.3
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -130,7 +130,7 @@ pyyaml==6.0.3
# xblock
requests==2.32.5
# via sphinx
roman-numerals-py==3.1.0
roman-numerals==3.1.0
# via sphinx
s3transfer==0.15.0
# via
Expand All @@ -150,7 +150,7 @@ snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8
# via beautifulsoup4
sphinx==8.2.3
sphinx==9.0.0
# via
# -r requirements/docs.in
# pydata-sphinx-theme
Expand All @@ -169,7 +169,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.3
sqlparse==0.5.4
# via
# -r requirements/base.txt
# django
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.41.2
boto3==1.41.5
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.41.2
botocore==1.41.5
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -244,7 +244,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.3
sqlparse==0.5.4
# via
# -r requirements/base.txt
# django
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.41.2
boto3==1.41.5
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.41.2
botocore==1.41.5
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -264,7 +264,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.3
sqlparse==0.5.4
# via
# -r requirements/base.txt
# django
Expand Down