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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ asgiref==3.12.1
# via django
binaryornot==0.6.0
# via cookiecutter
boto3==1.43.51
boto3==1.43.56
# via fs-s3fs
botocore==1.43.51
botocore==1.43.56
# via
# boto3
# s3transfer
certifi==2026.6.17
certifi==2026.7.22
# via requests
charset-normalizer==3.4.9
# via requests
Expand Down Expand Up @@ -84,7 +84,7 @@ python-dateutil==2.9.0.post0
# xblock
python-slugify==8.0.4
# via cookiecutter
pytz==2026.2
pytz==2026.3.post1
# via xblock
pyyaml==6.0.3
# via
Expand All @@ -96,7 +96,7 @@ requests==2.34.2
# cookiecutter
rich==15.0.0
# via cookiecutter
s3transfer==0.19.1
s3transfer==0.19.2
# via boto3
simplejson==4.1.1
# via
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.31.0
filelock==3.32.0
# via
# python-discovery
# tox
Expand All @@ -19,22 +19,22 @@ packaging==26.2
# via
# pyproject-api
# tox
platformdirs==4.10.1
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.57.0
tox==4.58.0
# via -r requirements/ci.in
virtualenv==21.6.1
virtualenv==21.7.0
# via tox
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@ binaryornot==0.6.0
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.43.51
boto3==1.43.56
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.43.51
botocore==1.43.56
# via
# -r requirements/base.txt
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==7.1.4
cachetools==7.1.6
# via
# -r requirements/test.txt
# tox
certifi==2026.6.17
certifi==2026.7.22
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -110,7 +110,7 @@ edx-opaque-keys==4.0.0
# -r requirements/base.txt
# -r requirements/test.txt
# xblock
filelock==3.31.0
filelock==3.32.0
# via
# -r requirements/test.txt
# python-discovery
Expand Down Expand Up @@ -205,7 +205,7 @@ packaging==26.2
# pytest
# pytest-rerunfailures
# tox
platformdirs==4.10.1
platformdirs==4.11.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -251,7 +251,7 @@ pypng==0.20220715.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
pyproject-api==1.10.1
pyproject-api==1.11.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -280,7 +280,7 @@ python-dateutil==2.9.0.post0
# arrow
# botocore
# xblock
python-discovery==1.4.4
python-discovery==1.5.0
# via
# -r requirements/test.txt
# tox
Expand All @@ -291,7 +291,7 @@ python-slugify==8.0.4
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2026.2
pytz==2026.3.post1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -313,7 +313,7 @@ rich==15.0.0
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
s3transfer==0.19.1
s3transfer==0.19.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -357,7 +357,7 @@ tomlkit==0.15.1
# via
# edx-lint
# pylint
tox==4.57.0
tox==4.58.0
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand All @@ -377,7 +377,7 @@ urllib3==2.7.0
# -r requirements/test.txt
# botocore
# requests
virtualenv==21.6.1
virtualenv==21.7.0
# via
# -r requirements/test.txt
# tox
Expand Down
24 changes: 12 additions & 12 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ binaryornot==0.6.0
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.43.51
boto3==1.43.56
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.43.51
botocore==1.43.56
# via
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==7.1.4
cachetools==7.1.6
# via
# -r requirements/test.txt
# tox
certifi==2026.6.17
certifi==2026.7.22
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -91,7 +91,7 @@ edx-opaque-keys==4.0.0
# via
# -r requirements/test.txt
# xblock
filelock==3.31.0
filelock==3.32.0
# via
# -r requirements/test.txt
# python-discovery
Expand Down Expand Up @@ -172,7 +172,7 @@ packaging==26.2
# pytest
# pytest-rerunfailures
# tox
platformdirs==4.10.1
platformdirs==4.11.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -214,7 +214,7 @@ pymongo==4.17.0
# edx-opaque-keys
pypng==0.20220715.0
# via -r requirements/test.txt
pyproject-api==1.10.1
pyproject-api==1.11.0
# via
# -r requirements/test.txt
# tox
Expand All @@ -236,7 +236,7 @@ python-dateutil==2.9.0.post0
# arrow
# botocore
# xblock
python-discovery==1.4.4
python-discovery==1.5.0
# via
# -r requirements/test.txt
# tox
Expand All @@ -246,7 +246,7 @@ python-slugify==8.0.4
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2026.2
pytz==2026.3.post1
# via
# -r requirements/test.txt
# xblock
Expand All @@ -264,7 +264,7 @@ rich==15.0.0
# via
# -r requirements/test.txt
# cookiecutter
s3transfer==0.19.1
s3transfer==0.19.2
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -302,7 +302,7 @@ tomlkit==0.15.1
# via
# edx-lint
# pylint
tox==4.57.0
tox==4.58.0
# via -r requirements/test.txt
typing-extensions==4.16.0
# via
Expand All @@ -317,7 +317,7 @@ urllib3==2.7.0
# -r requirements/test.txt
# botocore
# requests
virtualenv==21.6.1
virtualenv==21.7.0
# via
# -r requirements/test.txt
# tox
Expand Down
24 changes: 12 additions & 12 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ binaryornot==0.6.0
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.43.51
boto3==1.43.56
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.43.51
botocore==1.43.56
# via
# -r requirements/base.txt
# boto3
# s3transfer
cachetools==7.1.4
cachetools==7.1.6
# via tox
certifi==2026.6.17
certifi==2026.7.22
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -69,7 +69,7 @@ edx-opaque-keys==4.0.0
# via
# -r requirements/base.txt
# xblock
filelock==3.31.0
filelock==3.32.0
# via
# python-discovery
# tox
Expand Down Expand Up @@ -139,7 +139,7 @@ packaging==26.2
# pytest
# pytest-rerunfailures
# tox
platformdirs==4.10.1
platformdirs==4.11.0
# via
# python-discovery
# tox
Expand All @@ -160,7 +160,7 @@ pymongo==4.17.0
# edx-opaque-keys
pypng==0.20220715.0
# via -r requirements/base.txt
pyproject-api==1.10.1
pyproject-api==1.11.0
# via tox
pytest==9.1.1
# via
Expand All @@ -179,15 +179,15 @@ python-dateutil==2.9.0.post0
# arrow
# botocore
# xblock
python-discovery==1.4.4
python-discovery==1.5.0
# via
# tox
# virtualenv
python-slugify==8.0.4
# via
# -r requirements/base.txt
# cookiecutter
pytz==2026.2
pytz==2026.3.post1
# via
# -r requirements/base.txt
# xblock
Expand All @@ -204,7 +204,7 @@ rich==15.0.0
# via
# -r requirements/base.txt
# cookiecutter
s3transfer==0.19.1
s3transfer==0.19.2
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -232,7 +232,7 @@ text-unidecode==1.3
# python-slugify
tomli-w==1.2.0
# via tox
tox==4.57.0
tox==4.58.0
# via -r requirements/test.in
typing-extensions==4.16.0
# via
Expand All @@ -247,7 +247,7 @@ urllib3==2.7.0
# -r requirements/base.txt
# botocore
# requests
virtualenv==21.6.1
virtualenv==21.7.0
# via tox
web-fragments==4.0.0
# via -r requirements/base.txt
Expand Down
Loading