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
31 changes: 26 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.40.68
boto3==1.40.69
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.40.68
botocore==1.40.69
# via
# -r requirements/test.txt
# boto3
Expand All @@ -46,6 +46,10 @@ certifi==2025.10.5
# via
# -r requirements/test.txt
# requests
cffi==2.0.0
# via
# -r requirements/test.txt
# cryptography
chardet==5.2.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -79,12 +83,16 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.11.1
coverage[toml]==7.11.3
# via
# -r requirements/test.txt
# coveralls
coveralls==4.0.1
coveralls==4.0.2
# via -r requirements/test.txt
cryptography==46.0.3
# via
# -r requirements/test.txt
# secretstorage
ddt==1.7.2
# via -r requirements/test.txt
dill==0.4.0
Expand Down Expand Up @@ -156,6 +164,11 @@ jaraco-functools==4.3.0
# via
# -r requirements/test.txt
# keyring
jeepney==0.9.0
# via
# -r requirements/test.txt
# keyring
# secretstorage
jinja2==3.1.6
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -227,6 +240,10 @@ pluggy==1.6.0
# -r requirements/tox.txt
# pytest
# tox
pycparser==2.23
# via
# -r requirements/test.txt
# cffi
pygments==2.19.2
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -261,7 +278,7 @@ pyproject-api==1.10.0
# via
# -r requirements/tox.txt
# tox
pytest==8.4.2
pytest==9.0.0
# via -r requirements/test.txt
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -314,6 +331,10 @@ s3transfer==0.14.0
# via
# -r requirements/test.txt
# boto3
secretstorage==3.4.0
# via
# -r requirements/test.txt
# keyring
simplejson==3.20.2
# via
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==3.3.11
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.40.68
boto3==1.40.69
# via fs-s3fs
botocore==1.40.68
botocore==1.40.69
# via
# boto3
# s3transfer
Expand Down
22 changes: 17 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.40.68
boto3==1.40.69
# via fs-s3fs
botocore==1.40.68
botocore==1.40.69
# via
# boto3
# s3transfer
certifi==2025.10.5
# via requests
cffi==2.0.0
# via cryptography
chardet==5.2.0
# via binaryornot
charset-normalizer==3.4.4
Expand All @@ -46,10 +48,12 @@ code-annotations==2.3.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.11.1
coverage[toml]==7.11.3
# via coveralls
coveralls==4.0.1
coveralls==4.0.2
# via -r requirements/test.in
cryptography==46.0.3
# via secretstorage
ddt==1.7.2
# via -r requirements/test.in
dill==0.4.0
Expand Down Expand Up @@ -87,6 +91,10 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.3.0
# via keyring
jeepney==0.9.0
# via
# keyring
# secretstorage
jinja2==3.1.6
# via
# code-annotations
Expand Down Expand Up @@ -132,6 +140,8 @@ platformdirs==4.5.0
# via pylint
pluggy==1.6.0
# via pytest
pycparser==2.23
# via cffi
pygments==2.19.2
# via
# pytest
Expand All @@ -153,7 +163,7 @@ pylint-plugin-utils==0.9.0
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==8.4.2
pytest==9.0.0
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -195,6 +205,8 @@ rich==14.2.0
# twine
s3transfer==0.14.0
# via boto3
secretstorage==3.4.0
# via keyring
simplejson==3.20.2
# via
# -r requirements/base.txt
Expand Down