Skip to content
Closed
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
12 changes: 8 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.0.1
cachetools==7.0.2
# via tox
certifi==2026.2.25
# via requests
Expand All @@ -18,8 +18,9 @@ coverage==7.13.4
# via codecov
distlib==0.4.0
# via virtualenv
filelock==3.24.3
filelock==3.25.0
# via
# python-discovery
# tox
# virtualenv
idna==3.11
Expand All @@ -30,17 +31,20 @@ 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
python-discovery==1.1.0
# via virtualenv
requests==2.32.5
# via codecov
tox==4.46.0
tox==4.47.3
# via -r requirements/ci.in
urllib3==2.6.3
# via requests
virtualenv==20.39.0
virtualenv==21.1.0
# via tox
22 changes: 13 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ backports-tarfile==1.2.0
# via jaraco-context
build==1.4.0
# via -r requirements/quality.in
cachetools==7.0.1
cachetools==7.0.2
# via tox
certifi==2026.2.25
# via requests
cffi==2.0.0
# via cryptography
chardet==6.0.0.post1
chardet==7.0.0
# via diff-cover
charset-normalizer==3.4.4
# via requests
Expand All @@ -31,7 +31,7 @@ click==8.3.1
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
code-annotations==2.3.2
# via edx-lint
colorama==0.4.6
# via tox
Expand All @@ -43,7 +43,7 @@ dill==0.4.1
# via pylint
distlib==0.4.0
# via virtualenv
django==5.2.11
django==5.2.12
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -56,8 +56,9 @@ edx-lint==5.6.0
# via
# -r requirements/dev.in
# -r requirements/quality.in
filelock==3.24.3
filelock==3.25.0
# via
# python-discovery
# tox
# virtualenv
id==1.6.1
Expand All @@ -66,7 +67,7 @@ idna==3.11
# via requests
importlib-metadata==8.7.1
# via keyring
isort==8.0.0
isort==8.0.1
# via
# -r requirements/quality.in
# pylint
Expand All @@ -90,7 +91,7 @@ lxml[html-clean]==6.0.2
# via
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.4.3
lxml-html-clean==0.4.4
# via lxml
markdown-it-py==4.0.0
# via rich
Expand Down Expand Up @@ -118,6 +119,7 @@ path==16.16.0
platformdirs==4.9.2
# via
# pylint
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
Expand Down Expand Up @@ -155,6 +157,8 @@ pyproject-api==1.10.0
# via tox
pyproject-hooks==1.2.0
# via build
python-discovery==1.1.0
# via virtualenv
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.3
Expand Down Expand Up @@ -187,7 +191,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.14.0
# via pylint
tox==4.46.0
tox==4.47.3
# via -r requirements/dev.in
twine==6.2.0
# via
Expand All @@ -198,7 +202,7 @@ urllib3==2.6.3
# id
# requests
# twine
virtualenv==20.39.0
virtualenv==21.1.0
# via tox
wheel==0.46.3
# via -r requirements/dev.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ click==8.3.1
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
code-annotations==2.3.2
# via edx-lint
cryptography==46.0.5
# via secretstorage
Expand All @@ -41,7 +41,7 @@ idna==3.11
# via requests
importlib-metadata==8.7.1
# via keyring
isort==8.0.0
isort==8.0.1
# via
# -r requirements/quality.in
# pylint
Expand Down