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
4 changes: 2 additions & 2 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.6
boto3==1.43.9
# via fs-s3fs
botocore==1.43.6
botocore==1.43.9
# via
# boto3
# s3transfer
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==7.1.1
cachetools==7.1.2
# via tox
colorama==0.4.6
# via tox
Expand All @@ -28,13 +28,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.3.0
python-discovery==1.3.1
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.53.1
tox==4.54.0
# via -r requirements/ci.in
virtualenv==21.3.1
virtualenv==21.3.3
# via tox
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.3.3
click==8.4.0
# via pip-tools
packaging==26.2
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ astroid==4.0.4
# pylint-celery
binaryornot==0.6.0
# via cookiecutter
boto3==1.43.6
boto3==1.43.9
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.43.6
botocore==1.43.9
# via
# -r requirements/base.txt
# boto3
Expand All @@ -33,7 +33,7 @@ certifi==2026.4.22
# via requests
charset-normalizer==3.4.7
# via requests
click==8.3.3
click==8.4.0
# 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.14
idna==3.15
# via requests
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -171,7 +171,7 @@ pyyaml==6.0.3
# code-annotations
# cookiecutter
# xblock
requests==2.33.1
requests==2.34.2
# via
# cookiecutter
# xblock-sdk
Expand Down