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
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 @@ -86,7 +86,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/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.41.2
boto3==1.41.5
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.41.2
botocore==1.41.5
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -408,7 +408,7 @@ snowballstemmer==3.0.1
# via
# -r requirements/quality.txt
# pydocstyle
sqlparse==0.5.3
sqlparse==0.5.4
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ babel==2.17.0
# sphinx
backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.14.2
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
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 @@ -325,7 +325,7 @@ rich==14.2.0
# -r requirements/test.txt
# cookiecutter
# twine
roman-numerals-py==3.1.0
roman-numerals==3.1.0
# via sphinx
s3transfer==0.15.0
# via
Expand All @@ -348,7 +348,7 @@ snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8
# via beautifulsoup4
sphinx==8.2.3
sphinx==9.0.0
# via
# -r requirements/doc.in
# pydata-sphinx-theme
Expand All @@ -367,7 +367,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/test.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 @@ -24,11 +24,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 @@ -302,7 +302,7 @@ six==1.17.0
# python-dateutil
snowballstemmer==3.0.1
# via pydocstyle
sqlparse==0.5.3
sqlparse==0.5.4
# via
# -r requirements/test.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 @@ -16,11 +16,11 @@ asgiref==3.11.0
# django
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 @@ -218,7 +218,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