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
42 changes: 28 additions & 14 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
# make upgrade
#
annotated-doc==0.0.4
# via
# -r requirements/test.txt
# typer
appdirs==1.4.4
# via
# -r requirements/test.txt
Expand All @@ -29,11 +33,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.42.54
boto3==1.42.59
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.54
botocore==1.42.59
# via
# -r requirements/test.txt
# boto3
Expand All @@ -42,7 +46,7 @@ cachetools==7.0.1
# via
# -r requirements/tox.txt
# tox
certifi==2026.1.4
certifi==2026.2.25
# via
# -r requirements/test.txt
# requests
Expand All @@ -53,9 +57,7 @@ cffi==2.0.0
chardet==6.0.0.post1
# via
# -r requirements/test.txt
# -r requirements/tox.txt
# binaryornot
# tox
charset-normalizer==3.4.4
# via
# -r requirements/test.txt
Expand All @@ -67,6 +69,7 @@ click==8.3.1
# code-annotations
# cookiecutter
# edx-lint
# typer
click-log==0.4.0
# via
# -r requirements/test.txt
Expand All @@ -87,7 +90,7 @@ coverage[toml]==7.13.4
# via
# -r requirements/test.txt
# coveralls
coveralls==4.0.2
coveralls==4.1.0
# via -r requirements/test.txt
cryptography==46.0.5
# via
Expand All @@ -108,19 +111,16 @@ django==5.2.11
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# xblock-sdk
docopt==0.6.2
# via
# -r requirements/test.txt
# coveralls
docutils==0.22.4
# via
# -r requirements/test.txt
# readme-renderer
edx-lint==5.6.0
# via -r requirements/test.txt
filelock==3.24.3
filelock==3.25.0
# via
# -r requirements/tox.txt
# python-discovery
# tox
# virtualenv
fs==2.4.16
Expand Down Expand Up @@ -148,7 +148,7 @@ iniconfig==2.3.0
# via
# -r requirements/test.txt
# pytest
isort==8.0.0
isort==8.0.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -232,6 +232,7 @@ platformdirs==4.9.2
# -r requirements/test.txt
# -r requirements/tox.txt
# pylint
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
Expand Down Expand Up @@ -286,6 +287,10 @@ python-dateutil==2.9.0.post0
# arrow
# botocore
# xblock
python-discovery==1.1.0
# via
# -r requirements/tox.txt
# virtualenv
python-slugify==8.0.4
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -326,6 +331,7 @@ rich==14.3.3
# -r requirements/test.txt
# cookiecutter
# twine
# typer
s3transfer==0.16.0
# via
# -r requirements/test.txt
Expand All @@ -334,6 +340,10 @@ secretstorage==3.5.0
# via
# -r requirements/test.txt
# keyring
shellingham==1.5.4
# via
# -r requirements/test.txt
# typer
simplejson==3.20.2
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -362,10 +372,14 @@ tomlkit==0.14.0
# via
# -r requirements/test.txt
# pylint
tox==4.44.0
tox==4.47.0
# via -r requirements/tox.txt
twine==6.2.0
# via -r requirements/test.txt
typer==0.24.1
# via
# -r requirements/test.txt
# coveralls
tzdata==2025.3
# via
# -r requirements/test.txt
Expand All @@ -377,7 +391,7 @@ urllib3==2.6.3
# id
# requests
# twine
virtualenv==20.38.0
virtualenv==21.1.0
# via
# -r requirements/tox.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lxml[html-clean]==6.0.2
# edx-i18n-tools
# lxml-html-clean
# xblock
lxml-html-clean==0.4.3
lxml-html-clean==0.4.4
# via lxml
mako==1.3.10
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ babel==2.18.0
# sphinx
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
certifi==2026.1.4
certifi==2026.2.25
# via requests
charset-normalizer==3.4.4
# via requests
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ astroid==4.0.4
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.54
boto3==1.42.59
# via fs-s3fs
botocore==1.42.54
botocore==1.42.59
# via
# boto3
# s3transfer
certifi==2026.1.4
certifi==2026.2.25
# via requests
chardet==6.0.0.post1
# via binaryornot
Expand Down Expand Up @@ -64,7 +64,7 @@ fs-s3fs==1.1.1
# via xblock-sdk
idna==3.11
# via requests
isort==8.0.0
isort==8.0.1
# via pylint
jinja2==3.1.6
# via
Expand Down
20 changes: 13 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# make upgrade
#
annotated-doc==0.0.4
# via typer
appdirs==1.4.4
# via
# -r requirements/base.txt
Expand All @@ -22,13 +24,13 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.54
boto3==1.42.59
# via fs-s3fs
botocore==1.42.54
botocore==1.42.59
# via
# boto3
# s3transfer
certifi==2026.1.4
certifi==2026.2.25
# via requests
cffi==2.0.0
# via cryptography
Expand All @@ -42,6 +44,7 @@ click==8.3.1
# code-annotations
# cookiecutter
# edx-lint
# typer
click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
Expand All @@ -50,7 +53,7 @@ cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.13.4
# via coveralls
coveralls==4.0.2
coveralls==4.1.0
# via -r requirements/test.in
cryptography==46.0.5
# via secretstorage
Expand All @@ -62,8 +65,6 @@ dill==0.4.1
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# xblock-sdk
docopt==0.6.2
# via coveralls
docutils==0.22.4
# via readme-renderer
edx-lint==5.6.0
Expand All @@ -83,7 +84,7 @@ importlib-metadata==8.7.1
# via keyring
iniconfig==2.3.0
# via pytest
isort==8.0.0
isort==8.0.1
# via pylint
jaraco-classes==3.4.0
# via keyring
Expand Down Expand Up @@ -202,10 +203,13 @@ rich==14.3.3
# via
# cookiecutter
# twine
# typer
s3transfer==0.16.0
# via boto3
secretstorage==3.5.0
# via keyring
shellingham==1.5.4
# via typer
simplejson==3.20.2
# via
# -r requirements/base.txt
Expand All @@ -230,6 +234,8 @@ tomlkit==0.14.0
# via pylint
twine==6.2.0
# via -r requirements/test.in
typer==0.24.1
# via coveralls
tzdata==2025.3
# via arrow
urllib3==2.6.3
Expand Down
12 changes: 7 additions & 5 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
#
cachetools==7.0.1
# via tox
chardet==6.0.0.post1
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.24.3
filelock==3.25.0
# via
# python-discovery
# tox
# virtualenv
packaging==26.0
Expand All @@ -22,13 +21,16 @@ packaging==26.0
# tox
platformdirs==4.9.2
# via
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
tox==4.44.0
python-discovery==1.1.0
# via virtualenv
tox==4.47.0
# via -r requirements/tox.in
virtualenv==20.38.0
virtualenv==21.1.0
# via tox