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 @@ -12,9 +12,9 @@ asgiref==3.11.0
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.9
boto3==1.42.14
# via fs-s3fs
botocore==1.42.9
botocore==1.42.14
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -103,7 +103,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.4
sqlparse==0.5.5
# via django
text-unidecode==1.3
# via python-slugify
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
cachetools==6.2.3
cachetools==6.2.4
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.20.0
filelock==3.20.1
# via
# tox
# virtualenv
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.42.9
boto3==1.42.14
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.9
botocore==1.42.14
# via
# -r requirements/base.txt
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==6.2.3
cachetools==6.2.4
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -106,7 +106,7 @@ django==5.2.9
# openedx-django-pyfs
edx-lint==5.6.0
# via -r requirements/quality.in
filelock==3.20.0
filelock==3.20.1
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -317,7 +317,7 @@ six==1.17.0
# python-dateutil
snowballstemmer==3.0.1
# via pydocstyle
sqlparse==0.5.4
sqlparse==0.5.5
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.42.9
boto3==1.42.14
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.9
botocore==1.42.14
# via
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==6.2.3
cachetools==6.2.4
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -88,7 +88,7 @@ django==5.2.9
# openedx-django-pyfs
edx-lint==5.6.0
# via -r requirements/quality.in
filelock==3.20.0
filelock==3.20.1
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -267,7 +267,7 @@ six==1.17.0
# python-dateutil
snowballstemmer==3.0.1
# via pydocstyle
sqlparse==0.5.4
sqlparse==0.5.5
# via
# -r requirements/test.txt
# django
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.42.9
boto3==1.42.14
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.9
botocore==1.42.14
# via
# -r requirements/base.txt
# boto3
# s3transfer
cachetools==6.2.3
cachetools==6.2.4
# via tox
certifi==2025.11.12
# via
Expand Down Expand Up @@ -66,7 +66,7 @@ distlib==0.4.0
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# openedx-django-pyfs
filelock==3.20.0
filelock==3.20.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -205,7 +205,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.4
sqlparse==0.5.5
# via
# -r requirements/base.txt
# django
Expand Down
Loading