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
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
cachetools==6.2.0
# via tox
certifi==2025.8.3
certifi==2025.10.5
# via requests
chardet==5.2.0
# via tox
Expand Down Expand Up @@ -40,7 +40,7 @@ pyproject-api==1.9.1
# via tox
requests==2.32.5
# via codecov
tox==4.30.2
tox==4.30.3
# via -r requirements/ci.in
urllib3==2.5.0
# via requests
Expand Down
4 changes: 0 additions & 4 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,3 @@ Django<5.0
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
# See https://github.com/openedx/edx-platform/issues/35126 for more info
elasticsearch<7.14.0

# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.9.2
asgiref==3.10.0
# via django
astroid==3.3.11
# via
Expand All @@ -16,7 +16,7 @@ build==1.3.0
# via -r requirements/quality.in
cachetools==6.2.0
# via tox
certifi==2025.8.3
certifi==2025.10.5
# via requests
cffi==2.0.0
# via cryptography
Expand All @@ -37,15 +37,15 @@ code-annotations==2.3.0
# via edx-lint
colorama==0.4.6
# via tox
cryptography==46.0.1
cryptography==46.0.2
# via secretstorage
diff-cover==9.7.0
diff-cover==9.7.1
# via -r requirements/dev.in
dill==0.4.0
# via pylint
distlib==0.4.0
# via virtualenv
django==4.2.24
django==4.2.25
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -68,7 +68,7 @@ idna==3.10
# via requests
importlib-metadata==8.7.0
# via keyring
isort==6.0.1
isort==6.1.0
# via
# -r requirements/quality.in
# pylint
Expand All @@ -92,11 +92,11 @@ lxml[html-clean]==6.0.2
# via
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.4.2
lxml-html-clean==0.4.3
# via lxml
markdown-it-py==4.0.0
# via rich
markupsafe==3.0.2
markupsafe==3.0.3
# via jinja2
mccabe==0.7.0
# via pylint
Expand All @@ -106,7 +106,7 @@ more-itertools==10.8.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.0
nh3==0.3.1
# via readme-renderer
packaging==25.0
# via
Expand Down Expand Up @@ -138,7 +138,7 @@ pygments==2.19.2
# diff-cover
# readme-renderer
# rich
pylint==3.3.8
pylint==3.3.9
# via
# edx-lint
# pylint-celery
Expand All @@ -158,7 +158,7 @@ pyproject-hooks==1.2.0
# via build
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.2
pyyaml==6.0.3
# via
# code-annotations
# edx-i18n-tools
Expand Down Expand Up @@ -189,7 +189,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
# via pylint
tox==4.30.2
tox==4.30.3
# via -r requirements/dev.in
twine==6.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.3.0
# via pip-tools
packaging==25.0
# via build
pip-tools==7.5.0
pip-tools==7.5.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
Expand Down
6 changes: 2 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
pip==25.2
# via -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ backports-tarfile==1.2.0
# via jaraco-context
build==1.3.0
# via -r requirements/quality.in
certifi==2025.8.3
certifi==2025.10.5
# via requests
cffi==2.0.0
# via cryptography
Expand All @@ -27,7 +27,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
# via edx-lint
cryptography==46.0.1
cryptography==46.0.2
# via secretstorage
dill==0.4.0
# via pylint
Expand All @@ -41,7 +41,7 @@ idna==3.10
# via requests
importlib-metadata==8.7.0
# via keyring
isort==6.0.1
isort==6.1.0
# via
# -r requirements/quality.in
# pylint
Expand All @@ -61,7 +61,7 @@ keyring==25.6.0
# via twine
markdown-it-py==4.0.0
# via rich
markupsafe==3.0.2
markupsafe==3.0.3
# via jinja2
mccabe==0.7.0
# via pylint
Expand All @@ -71,7 +71,7 @@ more-itertools==10.8.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.0
nh3==0.3.1
# via readme-renderer
packaging==25.0
# via
Expand All @@ -89,7 +89,7 @@ pygments==2.19.2
# via
# readme-renderer
# rich
pylint==3.3.8
pylint==3.3.9
# via
# edx-lint
# pylint-celery
Expand All @@ -107,7 +107,7 @@ pyproject-hooks==1.2.0
# via build
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.2
pyyaml==6.0.3
# via code-annotations
readme-renderer==44.0
# via twine
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.9.2
asgiref==3.10.0
# via django
coverage[toml]==7.10.7
# via pytest-cov
Expand Down Expand Up @@ -37,7 +37,7 @@ pytest-cov==7.0.0
# via -r requirements/test.in
pytest-django==4.11.1
# via -r requirements/test.in
pyyaml==6.0.2
pyyaml==6.0.3
# via edx-django-release-util
six==1.17.0
# via edx-django-release-util
Expand Down