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
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# make upgrade
#
cachetools==7.0.6
cachetools==7.1.1
# via tox
certifi==2026.2.25
certifi==2026.4.22
# via requests
charset-normalizer==3.4.7
# via requests
Expand All @@ -23,9 +23,9 @@ filelock==3.29.0
# python-discovery
# tox
# virtualenv
idna==3.12
idna==3.13
# via requests
packaging==26.1
packaging==26.2
# via
# pyproject-api
# tox
Expand All @@ -38,17 +38,17 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.2.2
python-discovery==1.3.0
# via
# tox
# virtualenv
requests==2.33.1
# via codecov
tomli-w==1.2.0
# via tox
tox==4.53.0
tox==4.53.1
# via -r requirements/ci.in
urllib3==2.6.3
# via requests
virtualenv==21.2.4
virtualenv==21.3.1
# via tox
32 changes: 17 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
build==1.4.3
build==1.5.0
# via -r requirements/quality.in
cachetools==7.0.6
cachetools==7.1.1
# via tox
certifi==2026.2.25
certifi==2026.4.22
# via requests
cffi==2.0.0
# via cryptography
chardet==7.4.3
# via diff-cover
charset-normalizer==3.4.7
# via requests
click==8.3.2
click==8.3.3
# via
# click-log
# code-annotations
Expand All @@ -33,15 +33,15 @@ code-annotations==3.0.0
# via edx-lint
colorama==0.4.6
# via tox
cryptography==46.0.7
cryptography==48.0.0
# via secretstorage
diff-cover==10.2.0
# via -r requirements/dev.in
dill==0.4.1
# via pylint
distlib==0.4.0
# via virtualenv
django==5.2.13
django==5.2.14
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -50,7 +50,7 @@ docutils==0.22.4
# via readme-renderer
edx-i18n-tools==2.0.0
# via -r requirements/dev.in
edx-lint==6.0.0
edx-lint==6.1.0
# via
# -r requirements/dev.in
# -r requirements/quality.in
Expand All @@ -61,7 +61,7 @@ filelock==3.29.0
# virtualenv
id==1.6.1
# via twine
idna==3.12
idna==3.13
# via requests
isort==8.0.1
# via
Expand Down Expand Up @@ -101,9 +101,9 @@ more-itertools==11.0.2
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.4
nh3==0.3.5
# via readme-renderer
packaging==26.1
packaging==26.2
# via
# build
# pyproject-api
Expand Down Expand Up @@ -153,7 +153,7 @@ pyproject-api==1.10.0
# via tox
pyproject-hooks==1.2.0
# via build
python-discovery==1.2.2
python-discovery==1.3.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -190,8 +190,10 @@ text-unidecode==1.3
tomli-w==1.2.0
# via tox
tomlkit==0.14.0
# via pylint
tox==4.53.0
# via
# edx-lint
# pylint
tox==4.53.1
# via -r requirements/dev.in
twine==6.2.0
# via
Expand All @@ -202,7 +204,7 @@ urllib3==2.6.3
# id
# requests
# twine
virtualenv==21.2.4
virtualenv==21.3.1
# via tox
wheel==0.46.3
wheel==0.47.0
# via -r requirements/dev.in
8 changes: 4 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
build==1.4.3
build==1.5.0
# via pip-tools
click==8.3.2
click==8.3.3
# via pip-tools
packaging==26.1
packaging==26.2
# via
# build
# wheel
Expand All @@ -18,7 +18,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.46.3
wheel==0.47.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
packaging==26.1
packaging==26.2
# via wheel
wheel==0.46.3
wheel==0.47.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
pip==26.1.1
# via -r requirements/pip.in
setuptools==82.0.1
# via -r requirements/pip.in
20 changes: 11 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
build==1.4.3
build==1.5.0
# via -r requirements/quality.in
certifi==2026.2.25
certifi==2026.4.22
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.7
# via requests
click==8.3.2
click==8.3.3
# via
# click-log
# code-annotations
Expand All @@ -25,17 +25,17 @@ click-log==0.4.0
# via edx-lint
code-annotations==3.0.0
# via edx-lint
cryptography==46.0.7
cryptography==48.0.0
# via secretstorage
dill==0.4.1
# via pylint
docutils==0.22.4
# via readme-renderer
edx-lint==6.0.0
edx-lint==6.1.0
# via -r requirements/quality.in
id==1.6.1
# via twine
idna==3.12
idna==3.13
# via requests
isort==8.0.1
# via
Expand Down Expand Up @@ -67,9 +67,9 @@ more-itertools==11.0.2
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.4
nh3==0.3.5
# via readme-renderer
packaging==26.1
packaging==26.2
# via
# build
# twine
Expand Down Expand Up @@ -128,7 +128,9 @@ stevedore==5.7.0
text-unidecode==1.3
# via python-slugify
tomlkit==0.14.0
# via pylint
# via
# edx-lint
# pylint
twine==6.2.0
# via -r requirements/quality.in
urllib3==2.6.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ edx-django-release-util==1.5.0
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
packaging==26.1
packaging==26.2
# via pytest
pluggy==1.6.0
# via
Expand Down
Loading