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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ click-repl==0.3.0
# via celery
code-annotations==3.0.0
# via edx-toggles
cryptography==47.0.0
cryptography==48.0.0
# via django-fernet-fields-v2
django==5.2.13
django==5.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -125,7 +125,7 @@ markupsafe==3.0.3
# via jinja2
openedx-events==11.2.0
# via event-tracking
openedx-filters==3.1.0
openedx-filters==3.3.0
# via -r requirements/base.in
packaging==26.2
# via kombu
Expand All @@ -147,7 +147,7 @@ python-dateutil==2.9.0.post0
# celery
python-slugify==8.0.4
# via code-annotations
pytz==2026.1.post1
pytz==2026.2
# via
# -r requirements/base.in
# event-tracking
Expand Down Expand Up @@ -189,7 +189,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.6.0
wcwidth==0.7.0
# via prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 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.6
cachetools==7.1.1
# via tox
colorama==0.4.6
# via tox
Expand All @@ -28,13 +28,13 @@ 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
tomli-w==1.2.0
# via tox
tox==4.53.0
tox==4.53.1
# via -r requirements/ci.in
virtualenv==21.3.0
virtualenv==21.3.1
# via tox
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ billiard==4.2.4
# via
# -r requirements/quality.txt
# celery
build==1.4.4
build==1.5.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==7.0.6
cachetools==7.1.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -101,7 +101,7 @@ coverage[toml]==7.13.5
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==47.0.0
cryptography==48.0.0
# via
# -r requirements/quality.txt
# django-fernet-fields-v2
Expand All @@ -117,7 +117,7 @@ distlib==0.4.0
# via
# -r requirements/ci.txt
# virtualenv
django==5.2.13
django==5.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -258,7 +258,7 @@ openedx-events==11.2.0
# via
# -r requirements/quality.txt
# event-tracking
openedx-filters==3.1.0
openedx-filters==3.3.0
# via -r requirements/quality.txt
packaging==26.2
# via
Expand Down Expand Up @@ -365,7 +365,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/quality.txt
# celery
python-discovery==1.2.2
python-discovery==1.3.0
# via
# -r requirements/ci.txt
# tox
Expand All @@ -374,7 +374,7 @@ python-slugify==8.0.4
# via
# -r requirements/quality.txt
# code-annotations
pytz==2026.1.post1
pytz==2026.2
# via
# -r requirements/quality.txt
# event-tracking
Expand Down Expand Up @@ -428,7 +428,7 @@ tomlkit==0.14.0
# -r requirements/quality.txt
# edx-lint
# pylint
tox==4.53.0
tox==4.53.1
# via -r requirements/ci.txt
typing-extensions==4.15.0
# via
Expand All @@ -452,11 +452,11 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==21.3.0
virtualenv==21.3.1
# via
# -r requirements/ci.txt
# tox
wcwidth==0.6.0
wcwidth==0.7.0
# via
# -r requirements/quality.txt
# prompt-toolkit
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ billiard==4.2.4
# via
# -r requirements/test.txt
# celery
build==1.4.4
build==1.5.0
# via -r requirements/doc.in
celery==5.6.3
# via
Expand Down Expand Up @@ -85,14 +85,14 @@ coverage[toml]==7.13.5
# via
# -r requirements/test.txt
# pytest-cov
cryptography==47.0.0
cryptography==48.0.0
# via
# -r requirements/test.txt
# django-fernet-fields-v2
# secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==5.2.13
django==5.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -243,7 +243,7 @@ openedx-events==11.2.0
# via
# -r requirements/test.txt
# event-tracking
openedx-filters==3.1.0
openedx-filters==3.3.0
# via -r requirements/test.txt
packaging==26.2
# via
Expand Down Expand Up @@ -310,7 +310,7 @@ python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pytz==2026.1.post1
pytz==2026.2
# via
# -r requirements/test.txt
# event-tracking
Expand Down Expand Up @@ -418,7 +418,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.6.0
wcwidth==0.7.0
# via
# -r requirements/test.txt
# prompt-toolkit
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.4.4
build==1.5.0
# via pip-tools
click==8.3.3
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wheel==0.47.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==26.1
pip==26.1.1
# via -r requirements/pip.in
setuptools==82.0.1
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ coverage[toml]==7.13.5
# via
# -r requirements/test.txt
# pytest-cov
cryptography==47.0.0
cryptography==48.0.0
# via
# -r requirements/test.txt
# django-fernet-fields-v2
ddt==1.7.2
# via -r requirements/test.txt
dill==0.4.1
# via pylint
django==5.2.13
django==5.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -213,7 +213,7 @@ openedx-events==11.2.0
# via
# -r requirements/test.txt
# event-tracking
openedx-filters==3.1.0
openedx-filters==3.3.0
# via -r requirements/test.txt
packaging==26.2
# via
Expand Down Expand Up @@ -288,7 +288,7 @@ python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pytz==2026.1.post1
pytz==2026.2
# via
# -r requirements/test.txt
# event-tracking
Expand Down Expand Up @@ -356,7 +356,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.6.0
wcwidth==0.7.0
# via
# -r requirements/test.txt
# prompt-toolkit
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ code-annotations==3.0.0
# edx-toggles
coverage[toml]==7.13.5
# via pytest-cov
cryptography==47.0.0
cryptography==48.0.0
# via
# -r requirements/base.txt
# django-fernet-fields-v2
Expand Down Expand Up @@ -188,7 +188,7 @@ openedx-events==11.2.0
# via
# -r requirements/base.txt
# event-tracking
openedx-filters==3.1.0
openedx-filters==3.3.0
# via -r requirements/base.txt
packaging==26.2
# via
Expand Down Expand Up @@ -238,7 +238,7 @@ python-slugify==8.0.4
# via
# -r requirements/base.txt
# code-annotations
pytz==2026.1.post1
pytz==2026.2
# via
# -r requirements/base.txt
# event-tracking
Expand Down Expand Up @@ -299,7 +299,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.6.0
wcwidth==0.7.0
# via
# -r requirements/base.txt
# prompt-toolkit
Expand Down