Skip to content
Open
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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
appdirs==1.4.4
# via fs
asgiref==3.11.1
asgiref==3.12.1
# via django
boto3==1.43.46
boto3==1.43.56
# via fs-s3fs
botocore==1.43.46
botocore==1.43.56
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -51,11 +51,11 @@ python-dateutil==2.9.0.post0
# via
# botocore
# xblock
pytz==2026.2
pytz==2026.3.post1
# via xblock
pyyaml==6.0.3
# via xblock
s3transfer==0.19.1
s3transfer==0.19.2
# via boto3
simplejson==4.1.1
# via xblock
Expand Down
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
cachetools==7.1.4
cachetools==7.1.6
# via tox
colorama==0.4.6
# via tox
distlib==0.4.3
# via virtualenv
filelock==3.29.7
filelock==3.32.0
# via
# python-discovery
# tox
Expand All @@ -19,22 +19,22 @@ packaging==26.2
# via
# pyproject-api
# tox
platformdirs==4.10.0
platformdirs==4.11.0
# via
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.1
pyproject-api==1.11.0
# via tox
python-discovery==1.4.4
python-discovery==1.5.0
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.56.4
tox==4.58.0
# via -r requirements/ci.in
virtualenv==21.6.1
virtualenv==21.7.0
# via tox
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.5.1
build==1.5.0
# via pip-tools
click==8.4.2
# via pip-tools
packaging==26.2
# via
# build
# wheel
pip-tools==7.5.3
pip-tools==7.6.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
Expand Down
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ appdirs==1.4.4
# fs
arrow==1.4.0
# via cookiecutter
asgiref==3.11.1
asgiref==3.12.1
# via
# -r requirements/base.txt
# django
Expand All @@ -20,16 +20,16 @@ astroid==4.0.4
# pylint-celery
binaryornot==0.6.0
# via cookiecutter
boto3==1.43.46
boto3==1.43.56
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.43.46
botocore==1.43.56
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2026.6.17
certifi==2026.7.22
# via requests
charset-normalizer==3.4.9
# via requests
Expand All @@ -45,7 +45,7 @@ code-annotations==3.0.0
# via edx-lint
cookiecutter==2.7.1
# via xblock-sdk
coverage[toml]==7.15.1
coverage[toml]==7.15.2
# via pytest-cov
dill==0.4.1
# via pylint
Expand Down Expand Up @@ -123,7 +123,7 @@ openedx-django-pyfs==4.0.0
# xblock
packaging==26.2
# via pytest
platformdirs==4.10.0
platformdirs==4.11.0
# via pylint
pluggy==1.6.0
# via
Expand Down Expand Up @@ -173,7 +173,7 @@ python-slugify==8.0.4
# via
# code-annotations
# cookiecutter
pytz==2026.2
pytz==2026.3.post1
# via
# -r requirements/base.txt
# xblock
Expand All @@ -189,7 +189,7 @@ requests==2.34.2
# xblock-sdk
rich==15.0.0
# via cookiecutter
s3transfer==0.19.1
s3transfer==0.19.2
# via
# -r requirements/base.txt
# boto3
Expand All @@ -216,7 +216,7 @@ stevedore==5.9.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
tomlkit==0.15.0
tomlkit==0.15.1
# via
# edx-lint
# pylint
Expand Down