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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
amqp==5.3.1
# via kombu
asgiref==3.11.0
asgiref==3.11.1
# via django
attrs==25.4.0
# via openedx-events
Expand Down Expand Up @@ -34,7 +34,7 @@ click-repl==0.3.0
# via celery
code-annotations==2.3.0
# via edx-toggles
django==5.2.10
django==5.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -80,7 +80,7 @@ packaging==26.0
# via kombu
prompt-toolkit==3.0.52
# via click-repl
psutil==7.2.1
psutil==7.2.2
# via edx-django-utils
pycparser==3.0
# via cffi
Expand Down Expand Up @@ -123,7 +123,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.5.0
wcwidth==0.6.0
# via prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
Expand Down
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@
#
# make upgrade
#
cachetools==6.2.5
cachetools==7.0.1
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.13.2
coverage==7.13.4
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
filelock==3.20.3
filelock==3.24.2
# via
# tox
# virtualenv
packaging==26.0
# via
# pyproject-api
# tox
platformdirs==4.5.1
platformdirs==4.9.2
# via
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
tox==4.34.1
tox==4.36.1
# via -r requirements/ci.in
virtualenv==20.36.1
virtualenv==20.37.0
# via tox
26 changes: 13 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ amqp==5.3.1
# via
# -r requirements/test.txt
# kombu
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/test.txt
# django
astroid==4.0.3
astroid==4.0.4
# via
# -r requirements/test.txt
# pylint
Expand All @@ -23,7 +23,7 @@ attrs==25.4.0
# via
# -r requirements/test.txt
# openedx-events
babel==2.17.0
babel==2.18.0
# via sphinx
billiard==4.2.4
# via
Expand All @@ -33,7 +33,7 @@ build==1.4.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.5
cachetools==7.0.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -91,7 +91,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.13.2
coverage[toml]==7.13.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -106,7 +106,7 @@ distlib==0.4.0
# via
# -r requirements/ci.txt
# virtualenv
django==5.2.10
django==5.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -155,7 +155,7 @@ fastavro==1.12.1
# via
# -r requirements/test.txt
# openedx-events
filelock==3.20.3
filelock==3.24.2
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -205,11 +205,11 @@ packaging==26.0
# sphinx
# tox
# wheel
pip-tools==7.5.2
pip-tools==7.5.3
# via
# -r requirements/dev.in
# -r requirements/pip-tools.txt
platformdirs==4.5.1
platformdirs==4.9.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -227,7 +227,7 @@ prompt-toolkit==3.0.52
# via
# -r requirements/test.txt
# click-repl
psutil==7.2.1
psutil==7.2.2
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -345,7 +345,7 @@ tomlkit==0.14.0
# via
# -r requirements/test.txt
# pylint
tox==4.34.1
tox==4.36.1
# via
# -r requirements/ci.txt
# -r requirements/dev.in
Expand All @@ -369,11 +369,11 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.36.1
virtualenv==20.37.0
# via
# -r requirements/ci.txt
# tox
wcwidth==0.5.0
wcwidth==0.6.0
# via
# -r requirements/test.txt
# prompt-toolkit
Expand Down
8 changes: 5 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packaging==26.0
# via
# build
# wheel
pip-tools==7.5.2
pip-tools==7.5.3
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
Expand All @@ -23,6 +23,8 @@ wheel==0.46.3

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via pip-tools
setuptools==80.10.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pip-tools
setuptools==82.0.0
# via pip-tools
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
# via
# -r requirements/base.txt
# kombu
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/base.txt
# django
astroid==4.0.3
astroid==4.0.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -56,7 +56,7 @@ code-annotations==2.3.0
# -r requirements/base.txt
# edx-lint
# edx-toggles
coverage[toml]==7.13.2
coverage[toml]==7.13.4
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -132,7 +132,7 @@ packaging==26.0
# -r requirements/base.txt
# kombu
# pytest
platformdirs==4.5.1
platformdirs==4.9.2
# via pylint
pluggy==1.6.0
# via
Expand All @@ -141,7 +141,7 @@ pluggy==1.6.0
# via
# -r requirements/base.txt
# click-repl
psutil==7.2.1
psutil==7.2.2
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -232,7 +232,7 @@ tzlocal==5.3.1
# amqp
# celery
# kombu
wcwidth==0.5.0
wcwidth==0.6.0
# via
# -r requirements/base.txt
# prompt-toolkit
Expand Down