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.1
# via django
boto3==1.43.9
boto3==1.43.14
# via fs-s3fs
botocore==1.43.9
botocore==1.43.14
# via
# boto3
# s3transfer
Expand All @@ -31,7 +31,7 @@ jmespath==1.1.0
# botocore
lazy==1.6
# via xblock
lxml==6.1.0
lxml==6.1.1
# via xblock
mako==1.3.12
# via xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==7.1.2
cachetools==7.1.4
# via tox
colorama==0.4.6
# via tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.5.0
# via pip-tools
click==8.4.0
click==8.4.1
# via pip-tools
packaging==26.2
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ astroid==4.0.4
# pylint-celery
binaryornot==0.6.0
# via cookiecutter
boto3==1.43.9
boto3==1.43.14
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.43.9
botocore==1.43.14
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2026.4.22
certifi==2026.5.20
# via requests
charset-normalizer==3.4.7
# via requests
click==8.4.0
click==8.4.1
# via
# click-log
# code-annotations
Expand Down Expand Up @@ -67,7 +67,7 @@ fs-s3fs==1.1.1
# -r requirements/base.txt
# openedx-django-pyfs
# xblock-sdk
idna==3.15
idna==3.16
# via requests
iniconfig==2.3.0
# via pytest
Expand All @@ -86,7 +86,7 @@ lazy==1.6
# via
# -r requirements/base.txt
# xblock
lxml==6.1.0
lxml==6.1.1
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -197,7 +197,7 @@ sqlparse==0.5.5
# via
# -r requirements/base.txt
# django
stevedore==5.7.0
stevedore==5.8.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down