Skip to content
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ six==1.17.0
# via
# fs
# python-dateutil
sqlparse==0.5.3
sqlparse==0.5.4
# via django
web-fragments==3.1.0
# via xblock
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 @@ -347,7 +347,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
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ six==1.17.0
# -r requirements/base.txt
# fs
# python-dateutil
sqlparse==0.5.3
sqlparse==0.5.4
# via
# -r requirements/base.txt
# django
Expand Down
10 changes: 5 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ babel==2.17.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.14.2
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
certifi==2025.11.12
# via requests
charset-normalizer==3.4.4
# via requests
django==5.2.8
# via -r requirements/base.txt
docutils==0.21.2
docutils==0.22.3
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -81,7 +81,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
simplejson==3.20.2
# via
Expand All @@ -96,7 +96,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 @@ -115,7 +115,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 @@ -20,9 +20,9 @@ astroid==3.3.11
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
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 @@ -158,7 +158,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,9 +22,9 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
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 @@ -219,7 +219,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