Skip to content
Open
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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
asgiref==3.8.1
asgiref==3.10.0
# via django
bleach[css]==6.2.0
# via -r requirements/base.in
django==4.2.21
django==4.2.25
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -19,11 +19,11 @@ django-classy-tags==4.1.0
# via django-sekizai
django-js-asset==3.1.2
# via django-mptt
django-mptt==0.17.0
django-mptt==0.18.0
# via -r requirements/base.in
django-sekizai==4.1.0
# via -r requirements/base.in
markdown==3.8
markdown==3.9
# via -r requirements/base.in
sorl-thumbnail==12.11.0
# via -r requirements/base.in
Expand Down
16 changes: 8 additions & 8 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.5.2
cachetools==6.2.1
# via
# -r requirements/tox.txt
# tox
Expand All @@ -16,11 +16,11 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
distlib==0.3.9
distlib==0.4.0
# via
# -r requirements/tox.txt
# virtualenv
filelock==3.18.0
filelock==3.20.0
# via
# -r requirements/tox.txt
# tox
Expand All @@ -30,22 +30,22 @@ packaging==25.0
# -r requirements/tox.txt
# pyproject-api
# tox
platformdirs==4.3.8
platformdirs==4.5.0
# via
# -r requirements/tox.txt
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via
# -r requirements/tox.txt
# tox
pyproject-api==1.9.1
pyproject-api==1.10.0
# via
# -r requirements/tox.txt
# tox
tox==4.25.0
tox==4.31.0
# via -r requirements/tox.txt
virtualenv==20.31.2
virtualenv==20.35.3
# via
# -r requirements/tox.txt
# tox
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.21
django==4.2.25
24 changes: 11 additions & 13 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,42 +12,42 @@ babel==2.17.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.13.4
beautifulsoup4==4.14.2
# via pydata-sphinx-theme
certifi==2025.4.26
certifi==2025.10.5
# via requests
charset-normalizer==3.4.2
charset-normalizer==3.4.4
# via requests
docutils==0.21.2
# via
# pydata-sphinx-theme
# sphinx
idna==3.10
idna==3.11
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.6
# via sphinx
markupsafe==3.0.2
markupsafe==3.0.3
# via jinja2
packaging==25.0
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
pygments==2.19.1
pygments==2.19.2
# via
# accessible-pygments
# pydata-sphinx-theme
# sphinx
requests==2.32.3
requests==2.32.5
# via sphinx
roman-numerals-py==3.1.0
# via sphinx
snowballstemmer==3.0.1
# via sphinx
soupsieve==2.7
soupsieve==2.8
# via beautifulsoup4
sphinx==8.2.3
# via
Expand All @@ -68,11 +68,9 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
typing-extensions==4.13.2
typing-extensions==4.15.0
# via
# beautifulsoup4
# pydata-sphinx-theme
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
urllib3==2.5.0
# via requests
8 changes: 3 additions & 5 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 https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.4.0
pip==25.2
# via -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
build==1.2.2.post1
build==1.3.0
# via pip-tools
click==8.2.0
click==8.3.0
# via pip-tools
packaging==25.0
# via build
pip-tools==7.4.1
pip-tools==7.5.1
# via -r requirements/pip_tools.in
pyproject-hooks==1.2.0
# via
Expand Down
20 changes: 12 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
asgiref==3.8.1
asgiref==3.10.0
# via
# -r requirements/base.txt
# django
bleach[css]==6.2.0
# via -r requirements/base.txt
coverage[toml]==7.8.0
coverage[toml]==7.11.0
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand All @@ -26,24 +26,28 @@ django-js-asset==3.1.2
# via
# -r requirements/base.txt
# django-mptt
django-mptt==0.17.0
django-mptt==0.18.0
# via -r requirements/base.txt
django-sekizai==4.1.0
# via -r requirements/base.txt
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
markdown==3.8
markdown==3.9
# via -r requirements/base.txt
packaging==25.0
# via pytest
pluggy==1.5.0
pluggy==1.6.0
# via
# pytest
# pytest-cov
pygments==2.19.2
# via pytest
pytest==8.3.5
pytest==8.4.2
# via
# -r requirements/test.in
# pytest-cov
# pytest-django
pytest-cov==6.1.1
pytest-cov==7.0.0
# via -r requirements/test.in
pytest-django==4.11.1
# via -r requirements/test.in
Expand Down
16 changes: 8 additions & 8 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
#
# make upgrade
#
cachetools==5.5.2
cachetools==6.2.1
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.9
distlib==0.4.0
# via virtualenv
filelock==3.18.0
filelock==3.20.0
# via
# tox
# virtualenv
packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.3.8
platformdirs==4.5.0
# via
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via tox
pyproject-api==1.9.1
pyproject-api==1.10.0
# via tox
tox==4.25.0
tox==4.31.0
# via -r requirements/tox.in
virtualenv==20.31.2
virtualenv==20.35.3
# via tox